<< Return to Main Index

< Return to Class Index

CGXWrappedGrid::RemoveWGRows

virtual BOOL RemoveWGRows(ROWCOL nFromRow, ROWCOL nToRow, UINT flags  = GX_UPDATENOW);

nFromRow

Specifies the first logical row.

nToRow

Specifies the last logical row.

flags 

Specifies the update technique.

X_UPDATENOW specifies to scroll the window contents and call UpdateWindow after invalidating the window.

X_SMART specifies to scroll the window contents without calling UpdateWindow after the last invalidation.

X_INVALIDATE simply invalidates the window area right of nFromRow.

Return Value

TRUE if the command has been successfully executed; it is FALSE if the command failed or if the user aborted the operation.

Remarks

Overridable method which updates the window after removing the logical rows.

See Also

CGXWrappedGrid::MoveWGRows

CGXWrappedGrid

Class Overview | Class Members