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

In This Topic
    Sheet Constructor(XLSheet,C1FlexSheet)
    In This Topic
    Construct a new sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal xlSheet As C1.WPF.Excel.XLSheet, _
       ByVal sheet As C1FlexSheet _
    )
    public Sheet( 
       C1.WPF.Excel.XLSheet xlSheet,
       C1FlexSheet sheet
    )

    Parameters

    xlSheet
    sheet
    See Also