BCGSuite for MFC
void CBCGPGridRow::GetSubItems ( CList< CBCGPGridRow *, CBCGPGridRow * > &  lst,
BOOL  bRecursive = FALSE 
)

Retrieves the list of sub-items.

Use this method to retrieve the list of subitems.

Parameters
lstReference to the subitem's list. Filled on output.
bRecursiveIf TRUE, retrieves all subitems. If FALSE, retrieves subitems from the first level.