BCGControlBar Pro for MFC
int CBCGPGridCtrl::GetTotalRowCount ( BOOL  bCalcVisibleOnly = FALSE) const
inline

Returns a number of rows in a grid control.

Use this function to retrieve the number of rows in a grid control.

Parameters
bCalcVisibleOnlyIf TRUE, this method returns the number of visible rows only; if FALSE, this method counts all rows in a grid control.