CReBarCtrl::GetRowCount
Implementa el comportamiento del mensaje RB_GETROWCOUNTde Win32, como se describe en Windows SDK.
UINT GetRowCount( ) const;
Valor devuelto
Un valor de UINT que representa el número de filas de banda en el control.
Ejemplo
UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);
Requisitos
encabezado: afxcmn.h