CGXRange::IsCellInRange
BOOL IsCellInRange(ROWCOL nRow, ROWCOL nCol) const;
nRow
Specifies the row id of the cell.
nCol
Specifies the column id of the cell.
Return Value
TRUE if the cell is part of the range; FALSE otherwise.
Remarks
Determines if the cell is part of the range.