BCGControlBar Pro for MFC
CBCGPGridRow* CBCGPGridCtrl::GetRow ( int  nPos) const

Returns a row at the specified position (index).

Returns
A pointer to row. It's NULL if the specified position (index) is invalid.

Use this method to retrieve a row at the specified position (index). The index should be non-negative and less than the number of rows in the grid.

Parameters
nPosSpecifies the index of a row in the grid.