BCGSuite for MFC
virtual CBCGPGridRow* CBCGPGridCtrl::GetVirtualRow ( int  nRow)
virtual

Returns a virtual row at the specified position (index).

Returns
A pointer to row. It's NULL if the specified position (index) is invalid. This method should be used in the virtual mode only

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
nRowSpecifies the index of a row in the grid.