CBCGPGridRow* CBCGPGridCtrl::GetRow | ( | int | nPos | ) | const |
Returns a row at the specified position (index).
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.
nPos | Specifies the index of a row in the grid. |