'Declaration
Public Overloads Overridable Sub SetCellValue( _ ByVal cellType As GridCellType, _ ByVal row As GridRow, _ ByVal value As Object _ )
'Usage
Dim instance As GridColumn Dim cellType As GridCellType Dim row As GridRow Dim value As Object instance.SetCellValue(cellType, row, value)
Parameters
- cellType
- The type of cell.
- row
- The row that determines the cell.
- value
- The value to be set.