<< Return to Main Index

< Return to Class Index

CGXRangeList::RemoveCols

void RemoveCols(ROWCOL nFromCol, ROWCOL nToCol, ROWCOL nColCount = GX_MAXROWCOL l);

nFromCol

Specifies the first column.

nToCol

Specifies the last column.

nColCount

Specifies the actual number of columns in the grid or GX_MAXROWCOL if the column count is unknown.

Remarks

Call this method to update the ranges in the list after you have removed columns in the table.

CGXRangeList

Class Overview | Class Members