<< Return to Main Index

< Return to Class Index

IGXHierarchyGrid::GetChildFromAbsCell

virtual BOOL GetChildFromAbsCell(ROWCOL nRow, ROWCOL nCol, ROWCOL& nChildId)=0;

nRow

Specifies the absolute row Id.

nCol

Specifies the absolute column Id.

nChildId

Specifies the Child Id. Output parameter.

Return Value

TRUE if there is a child at nRow/nCol; FALSE otherwise

Remarks

If available, the child id at nRow, nCol is returned via nChildId.

IGXHierarchyGrid

Class Overview | Class Members