[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellFactory.SetCellValue

SetCellValue Method

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.