[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Row.SetData

SetData Method

SetData(Column, object)

Sets the value stored in this row at a given column.

Declaration
protected virtual bool SetData(Column col, object value)
Parameters
Type Name Description
Column col

Column that contains the value.

object value

Value to store in the cell.

Returns
Type Description
bool

True if a new value was successfully stored in the cell.