WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
GridPanel Class
/
GetCellText Method
/ GetCellText(Int32,Int32) Method
The row index.
The column index.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetCellText(Int32,Int32) Method
In This Topic
Gets the text corresponding to the cell in the specified
row
and
col
.
Syntax
C#
public
string
GetCellText(
int
row
,
int
col
)
Parameters
row
The row index.
col
The column index.
See Also
Reference
GridPanel Class
GridPanel Members
Overload List