<< Return to Main Index

< Return to Class Index

CGXGridCore::GetCellRangeRowCol

virtual CGXRange* GetCellRangeRowCol(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 spanned cells. If it is NULL, no spanned cell range could be found.

Remarks

This method checks whether the cell is a spanned cell or if it is hidden by a spanned cell and returns the range of the spanned cell.

Examples of spanned cells are covered cells, floated cells and merged cells.

See Also

CGXGridCore::SetCoveredCellsRowCol CGXGridCore::MergeCoveredCells CGXGridParam::GetCoveredCellsList

CGXGridCore

Class Overview | Class Members