<< Return to Main Index

< Return to Class Index

CGXMRTGrid::SetMRTColCountInRow

BOOL SetMRTColCountInRow(ROWCOL nRow, ROWCOL nCols, UINT flags = GX_UPDATENOW);

nRow

Specifies the logical row.

nCols

Specifies the column count.

flags

Specifies the update technique.

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

Set the column count in a row. The row count will be automatically updated if the current row count is smaller than nRow.

See Also

CGXMRTGrid::GetMRTColCountInRow

CGXMRTGrid

Class Overview | Class Members