[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRow.SetCellValue

SetCellValue Method

SetCellValue(GridCellType, GridColumn, object)

Sets the value corresponding to the cell in the intersection of the specified column and this row.

Declaration
protected virtual void SetCellValue(GridCellType cellType, GridColumn column, object value)
Protected Overridable Sub SetCellValue(cellType As GridCellType, column As GridColumn, value As Object)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridColumn column

The column that determines the cell.

object value

The value to be set.