BOOL CBCGPGridRow::InsertSubItem | ( | CBCGPGridRow * | pItem, |
CBCGPGridRow * | pInsertAfterItem, | ||
BOOL | bRedraw | ||
) |
Inserts a sub-item to the specified position to the row.
pItem | Points to the sub-item to insert. |
pInsertAfterItem | pItem is placed after pInsertAfterItem. |
bRedraw | If TRUE, the grid control will be redrawn. |