BCGSuite for MFC
BOOL CBCGPGridRow::AddSubItem ( CBCGPGridRow pItem,
BOOL  bRedraw = TRUE 
)

Adds sub-item to the row.

This function adds a sub-item to the row. The added sub-item will be displayed on the next level of hierarchy.

Parameters
pItemPoints to the sub-item to add.
bRedrawIf TRUE, the grid control will be redrawn.