FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / CreateBoundRow Method
The data item.

In This Topic
    CreateBoundRow Method (C1FlexSheet)
    In This Topic
    Create a row bound to the data item.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateBoundRow( _
       ByVal dataItem As Object _
    ) As Row
    protected override Row CreateBoundRow( 
       object dataItem
    )

    Parameters

    dataItem
    The data item.
    See Also