C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / SetCellValue Method / SetCellValue(GridCellType,Int32,Int32,Object) Method
The type of cell.
The row.
The column.
The value to be set.


In This Topic
SetCellValue(GridCellType,Int32,Int32,Object) Method
In This Topic
Sets the value corresponding to the cell in the specified range.
Syntax
'Declaration
 
Public Overloads Sub SetCellValue( _
   ByVal cellType As GridCellType, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As FlexGrid
Dim cellType As GridCellType
Dim row As Integer
Dim column As Integer
Dim value As Object
 
instance.SetCellValue(cellType, row, column, value)

Parameters

cellType
The type of cell.
row
The row.
column
The column.
value
The value to be set.
See Also