CReBarCtrl::GetRowCount
Implementuje zachowanie komunikatu Win32 RB_GETROWCOUNT, jak opisano w Windows SDK.
UINT GetRowCount( ) const;
Wartość zwracana
A UINT wartość, która reprezentuje liczbę wierszy zespołu w formancie.
Przykład
UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);
Wymagania
Nagłówek: afxcmn.h