ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / C1XLBook Constructor

In This Topic
    C1XLBook Constructor
    In This Topic
    Creates a new instance of the C1XLBook class. The new workbook contains a single empty XLSheet called "Sheet1".
    Syntax
    'Declaration
     
    Public Function New()
    public C1XLBook()
    See Also