[]
Sets the value corresponding to the cell in the intersection of the specified row and this column.
public virtual void SetCellValue(GridCellType cellType, GridRow row, object value)
Type | Name | Description |
---|---|---|
GridCellType | cellType | The type of cell. |
GridRow | row | The row that determines the cell. |
object | value | The value to be set. |
Sets the specified value
to dataItem
property related to this column.
public void SetCellValue(object dataItem, object value)
Type | Name | Description |
---|---|---|
object | dataItem | The data item which stores the value. |
object | value | The value to be set in the data item. |