<< Return to Main Index

< Return to Class Index

IGXHierarchyGrid::GetLogCellFromAbsCell

virtual void GetLogCellFromAbsCell(ROWCOL nAbsRow, ROWCOL nAbsCol, ROWCOL& nLogRow, ROWCOL& nLogCol) = 0;

nAbsRow

Absolute Row.

nAbsCol

Absolute Column.

nLogRow

Logical Row.

nLogCol

Logical Column.

Remarks

Use this method to convert a row/column from absolute co-ordinate to logical 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 an absolute row-col to a logical row-col in the grid.

See Also

IGXHierarchyGrid::GetAbsCellFromLogCell IGXHierarchyGrid::GetAbsCellContainingChild

IGXHierarchyGrid

Class Overview | Class Members