BCGControlBar Pro for MFC
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.

Parameters
pItemPoints to row to be added.
bRedrawIf TRUE, the grid control will be redrawn in order to display newly added items.