CGXRangeList::RemoveRows
void RemoveRows(ROWCOL nFromRow, ROWCOL nToRow, ROWCOL nRowCount = GX_MAXROWCOL);
nFromRow
Specifies the first row.
nToRow
Specifies the last row.
nRowCount
Specifies the actual number of rows in the grid or GX_MAXROWCOL if the row count is unknown.
Remarks
Call this method to update the ranges in the list after you have removed rows in the table.