int CBCGPGridCtrl::InsertRowAfter | ( | int | nPos, |
CBCGPGridRow * | pItem, | ||
BOOL | bRedraw = TRUE |
||
) |
Inserts a row after specified position.
Use this method to insert a row after specified by nPos position. The row should be unique.
nPos | Specifies the position (index) in the grid control, after which the row should be inserted. |
pItem | Points to the row to be inserted. |
bRedraw | If TRUE, the grid control will be redrawn after insert. |