<< Return to Main Index

< Return to Class Index

IGXHierarchyGrid::GetAbsCellContainingChild

virtual void GetAbsCellContainingChild(ROWCOL nChildId, ROWCOL& nChildRow, ROWCOL& nChildCol)=0;

nChildId

Specifies the child Id.

nChildRow

Specifies the parent row containing the child

nChildCol

Specifies the parent column containing the child.

Remarks

Call this method to find out in which parent cell a particular child is embedded. The function gives the top-left of the covered-cells range in the parent.

IGXHierarchyGrid

Class Overview | Class Members