FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Sheet Class / Sheet Constructor / Sheet Constructor(XLSheet)

In This Topic
    Sheet Constructor(XLSheet)
    In This Topic
    Initializes a new instance of a Sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal xlSheet As C1.WPF.Excel.XLSheet _
    )
    public Sheet( 
       C1.WPF.Excel.XLSheet xlSheet
    )

    Parameters

    xlSheet
    See Also