FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / SetData Method
Column that contains the value.
Value to store in the cell.

In This Topic
    SetData Method (GroupRow)
    In This Topic
    Sets the value stored in this row at a given column.
    Syntax
    'Declaration
     
    Protected Overridable Function SetData( _
       ByVal col As Column, _
       ByVal value As Object _
    ) As Boolean
    protected virtual bool SetData( 
       Column col,
       object value
    )

    Parameters

    col
    Column that contains the value.
    value
    Value to store in the cell.

    Return Value

    True if a new value was successfully stored in the cell.
    See Also