ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / UnboundValueEventArgs Class / UnboundValueEventArgs Constructor
Row index for the cell that has an unbound value.
Column index for the cell that has an unbound value.
Unbound value that should be displayed in the cell.

In This Topic
    UnboundValueEventArgs Constructor
    In This Topic
    Initializes a new instance of the UnboundValueEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal value As Object _
    )
    public UnboundValueEventArgs( 
       int row,
       int col,
       object value
    )

    Parameters

    row
    Row index for the cell that has an unbound value.
    col
    Column index for the cell that has an unbound value.
    value
    Unbound value that should be displayed in the cell.
    See Also