CGXGridCore::GetFloatedCellsRowCol
CGXRange* GetFloatedCellsRowCol(ROWCOL nRow, ROWCOL nCol, CGXRange& range);
nRow
Specifies the row id.
nCol
Specifies the column id.
range
A reference to a range where the result will be stored.
Return Value
Returns a pointer to range with the floated cell. If it is NULL, no floated cell could be found.
Remarks
Call this method if you want to check if a cell is a floated cell or hidden by another floated cell.
Control-Factory Specific ->
This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementFloatCells method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.
If no concrete implementation is available this method returns NULL.
END Control-Factory Specific
See Also
CGXGridCore::SetFloatCellsMode