ComponentOne Xamarin Edition
GetCellText(Int32,Int32) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridPanel Class > GetCellText Method : GetCellText(Int32,Int32) Method
The row index.
The column index.
Gets the text corresponding to the cell in the specified row and col.
Syntax
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