Gets the contents of a cell
string GetTextMatrix( int nRow, int nCol )
contents of a cell
Example codes can be pasted to doExample() function in GridControl's examples to run
m_GridCtrl.SetTextMatrix(3,0,"Hello"); printf("%s",m_GridCtrl.GetTextMatrix(3,0));
GridControl.h