CGXRangeList::IsAnyCellFromRow

BOOL IsAnyCellFromRow(ROWCOL nRow);

nRow

Specifies the row id to be looked for.

Return Value

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

Remarks

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

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

   BOOL bAnyColSelected = IsAnyCellFromRow(0);

See Also

 CGXRangeList::IsAnyCellFromCol

CGXRangeList

 Class Overview |  Class Members