CGXRangeList::FindRange

POSITION FindRange(ROWCOL nRow, ROWCOL nCol);

nRow

Specifies the row of the cell.

nCol

Specifies the column of the cell.

Return Value

Returns the POSITION of the range object in the CRangeList. If you pass this position to GetAt, you will get the range object.

Remarks

Searches for a range in the list which contains the specified cell.

See Also

 CGXRangeList::IsCellInList

CGXRangeList

 Class Overview |  Class Members