BCGSuite for MFC
int CBCGPGridCtrl::RemoveRow ( int  nPos,
BOOL  bRedraw = TRUE 
)

Removes a row at the specified position.

Use this method to remove a row at the specified by nPos position.

Parameters
nPosSpecifies the position of row to be removed.
bRedrawIf TRUE, the grid control will be redrawn after remove.