ComponentOne Xamarin.iOS
SetCellValue(GridCellType,GridCellRange,Object) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class > SetCellValue Method : SetCellValue(GridCellType,GridCellRange,Object) Method
The type of cell.
The range of the cell.
The value to be set.
Sets the value corresponding to the cell in the specified range.
Syntax
'Declaration
 
Public Overloads Sub SetCellValue( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As FlexGrid
Dim cellType As GridCellType
Dim range As GridCellRange
Dim value As Object
 
instance.SetCellValue(cellType, range, value)
public void SetCellValue( 
   GridCellType cellType,
   GridCellRange range,
   object value
)

Parameters

cellType
The type of cell.
range
The range of the cell.
value
The value to be set.
See Also

Reference

FlexGrid Class
FlexGrid Members
Overload List