BCGControlBar Pro for MFC
virtual CBCGPGridRow* CBCGPGridCtrl::CreateRow ( int  nColumns)
virtual

Called by the framework when it needs to create a row.

Returns
A pointer to new row.

Use this function to create a new row. You can override CreateRow in a derived class and return a new instance of custom row object.

Creates nColumns items and adds them to the newly created row.

Parameters
nColumnsSpecifies the number of columns to be created for this row.

Reimplemented in CBCGPReportCtrl.