C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / TransposedGridCellFactory Class / SetCellValue Method / SetCellValue(GridControlRange,Object) Method
The range.
The value to be set in the cell.

In This Topic
SetCellValue(GridControlRange,Object) Method
In This Topic
Sets the value of a specified cell.
Syntax
'Declaration
 
Public Overloads Sub SetCellValue( _
   ByVal range As GridControlRange, _
   ByVal value As Object _
) 
 

Parameters

range
The range.
value
The value to be set in the cell.
See Also