C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / SetUnboundValue Method
Column that contains the value.
Unbound value to be stored at the given column.

In This Topic
SetUnboundValue Method (GroupRow)
In This Topic
Assigns an unbound value to this row at a given column.
Syntax
'Declaration
 
Protected Function SetUnboundValue( _
   ByVal col As Column, _
   ByVal value As Object _
) As Boolean
 

Parameters

col
Column that contains the value.
value
Unbound value to be stored at the given column.

Return Value

True if the value was stored successfully.
See Also