BCGControlBar Pro for MFC
int CBCGPGridCtrl::AddRow ( BOOL  bRedraw = TRUE)

Adds a new row to the grid control.

Use this method to add a new empty row to the grid control. The row is added at the end of the list of rows.

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