int CBCGPGridCtrl::AddRow | ( | CBCGPGridRow * | pItem, |
BOOL | bRedraw = TRUE |
||
) |
Adds a new row to the grid control.
Use this method to add a new row to the grid control. The row is added at the end of the list of rows.
pItem | Points to row to be added. |
bRedraw | If TRUE, the grid control will be redrawn in order to display newly added items. |