FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelBoundRow Class / ExcelBoundRow Constructor
The data item.

In This Topic
    ExcelBoundRow Constructor
    In This Topic
    Instantiate a new instance of ExcelBoundRow.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dataItem As Object _
    )
    public ExcelBoundRow( 
       object dataItem
    )

    Parameters

    dataItem
    The data item.
    See Also