Sets the value stored in this row at a given column.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
protected virtual bool SetData( Column col, Object value ) |
Visual Basic |
---|
Protected Overridable Function SetData ( _ col As Column, _ value As Object _ ) As Boolean |
Parameters
- col
- Type: C1.Silverlight.FlexGrid..::..Column
Column that contains the value.
- value
- Type: System..::..Object
Value to store in the cell.