ComponentOne Xamarin.iOS
GetCellText(GridCellRange) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridPanel Class > GetCellText Method : GetCellText(GridCellRange) Method
The range.
Gets the text corresponding to the cell in the specified range.
Syntax
'Declaration
 
Public Overloads Function GetCellText( _
   ByVal range As GridCellRange _
) As String
'Usage
 
Dim instance As GridPanel
Dim range As GridCellRange
Dim value As String
 
value = instance.GetCellText(range)
public string GetCellText( 
   GridCellRange range
)

Parameters

range
The range.
See Also

Reference

GridPanel Class
GridPanel Members
Overload List