<< Return to Main Index

< Return to Class Index

CGXRangeList::IsAnyCellFromCol

BOOL IsAnyCellFromCol(ROWCOL nCol);

nCol

Specifies the column id to be looked for.

Return Value

TRUE if the method could find a range which intersects the specified column; FALSE if not.

Remarks

Determines if at least one range in the list intersects the specified column.

This method is often used to check if a full row has been selected, as for example:

   BOOL bAnyRowSelected = IsAnyCellFromCol(0);

See Also

CGXRangeList::IsAnyCellFromRow

CGXRangeList

Class Overview | Class Members