GridControl::GetTextMatrix

 

Description

Gets the contents of a cell

Syntax

string GetTextMatrix( int nRow, int nCol )

Parameters

nRow
[input] 0-offset row index
nCol
[input] 0-offset column index

Return

contents of a cell

Examples

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));

Remark

See Also

GridControl::GetCell
GridControl::SetTextMatrix

Header to Included

GridControl.h