<< Return to Main Index

< Return to Class Index

IGXHierarchyGrid::GetAbsCellFromLogCell

virtual BOOL GetAbsCellFromLogCell(ROWCOL nLogRow, ROWCOL nLogCol, ROWCOL& nAbsRow, ROWCOL& nAbsCol) = 0;

nLogRow

Logical Row.

nLogCol

Logical Column.

nAbsRow

Absolute Row.

nAbsCol

Absolute Column.

Return Value

TRUE if converted successfully, FALSE if not. Almost always returns TRUE.

Remarks

Use this method to convert a row/column from logical co-ordinate to absolute co-ordinate. This is necessary because the hierarchical grid look and feel is achieved using covered cells internally in the grid and so there is no simple way to transform a logical row-col to an absolute row-col in the grid.

See Also

IGXHierarchyGrid::GetLogCellFromAbsCell IGXHierarchyGrid::GetAbsCellContainingChild

IGXHierarchyGrid

Class Overview | Class Members