[]
Sets the value stored in this row at a given column.
protected virtual bool SetData(Column col, object value)
Type | Name | Description |
---|---|---|
Column | col | Column that contains the value. |
object | value | Value to store in the cell. |
Type | Description |
---|---|
bool | True if a new value was successfully stored in the cell. |