<< Return to Main Index

< Return to Class Index

CGXRangeList::IsCellInList

BOOL IsCellInList(ROWCOL nRow, ROWCOL nCol, POSITION posWithOut = NULL) const;

nRow

Specifies the row of the cell.

nCol

Specifies the column of the cell.

posWithOut

Specifies a POSITION in the range list which should be skipped when searching.

Return Value

TRUE if a range could be found which contains the cell; FALSE otherwise.

Remarks

Determines if the cell is part of at least one range in the list.

CGXRangeList

Class Overview | Class Members