ComponentOne Xamarin.iOS
GetCellValue(GridCellRange) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class > GetCellValue Method : GetCellValue(GridCellRange) Method
The range of the cell.
Gets the value corresponding to the cell in the specified range.
Syntax
'Declaration
 
Public Overloads Function GetCellValue( _
   ByVal range As GridCellRange _
) As Object
'Usage
 
Dim instance As FlexGrid
Dim range As GridCellRange
Dim value As Object
 
value = instance.GetCellValue(range)
public object GetCellValue( 
   GridCellRange range
)

Parameters

range
The range of the cell.
See Also

Reference

FlexGrid Class
FlexGrid Members
Overload List