[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.SetCellValue

SetCellValue Method

SetCellValue(GridControlRange, object)

Sets the value of a specified cell.

Declaration
public override sealed void SetCellValue(GridControlRange range, object value)
Public NotOverridable Overrides Sub SetCellValue(range As GridControlRange, value As Object)
Parameters
Type Name Description
GridControlRange range

The range.

object value

The value to be set in the cell.

Overrides

SetCellValue(GridCellType, GridCellRange, object)

Sets the value of a specified cell.

Declaration
public virtual void SetCellValue(GridCellType cellType, GridCellRange range, object value)
Public Overridable Sub SetCellValue(cellType As GridCellType, range As GridCellRange, value As Object)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

object value

The value to be set in the cell.