<< Return to Main Index

< Return to Class Index

IGXHierarchyGrid::InsertChildAt

void InsertChildAt(ROWCOL nRow, gxHierGridType gridType);

void InsertChildAt(ROWCOL nRow, IGXHierarchyGrid* pGrid);

pGrid

A specific child grid instance.

nRow

Specifies the logical row id.

gridType

Specifies the grid type.

Remarks

The first version sets the child grid type of the specified logical row to be of the specified type. The next time the child is shown an instance of the runtime class associated with the specified type will be created and shown.

The second version sets a specific instance of the child at the logical row.

If

 valid child is already present at this logical row, it will be deleted.

See Also

IGXHierarchyGrid::DeleteChildAt

IGXHierarchyGrid

Class Overview | Class Members