Assigns an unbound value to this row at a given column.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
protected bool SetUnboundValue( Column col, Object value ) |
Visual Basic |
---|
Protected Function SetUnboundValue ( _ col As Column, _ value As Object _ ) As Boolean |
Parameters
- col
- Type: C1.Silverlight.FlexGrid..::..Column
Column that contains the value.
- value
- Type: System..::..Object
Unbound value to be stored at the given column.