<< Return to Main Index

< Return to Class Index

CGXWrappedGrid::MoveWGRows

virtual BOOL MoveWGRows(ROWCOL nFromRow, ROWCOL nToRow, ROWCOL nDestRow, UINT flags = GX_UPDATENOW, GXCmdType ctCmd = gxDo);

nFromRow

Specifies the first logical row.

nToRow

Specifies the last logical row.

nDestRow

Specifies the destination row.

flags

Specifies the update technique.

ctCmd

Specifies if the executed command type. Not implemented.

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 command-method which moves the specified rows.

Columns are moved with StoreMoveWGRows. The display is updated with UpdateMoveWGRows.

See Also

CGXWrappedGrid::MoveWGCols

CGXWrappedGrid

Class Overview | Class Members