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

In This Topic
    SetUnboundValue Method (Row)
    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
    protected bool SetUnboundValue( 
       Column col,
       object value
    )

    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