ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / C1XLBook Class / C1XLBook Constructor
The CompatibilityMode value, by default Open XNL format.

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( _
       Optional ByVal mode As CompatibilityMode _
    )
    public C1XLBook( 
       CompatibilityMode mode
    )

    Parameters

    mode
    The CompatibilityMode value, by default Open XNL format.
    See Also