ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class
Fields Properties Methods

In This Topic
    Workbook Class Members
    In This Topic

    The following tables list the members exposed by Workbook.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Workbook class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns the default font name for the workbook.  
    Public Fieldstatic (Shared in Visual Basic)Returns the default font size in points for the workbook.  
    Top
    Public Properties
     NameDescription
    Public PropertySets/gets the file format that the spreadsheet will be saved in.  
    Public PropertyGets or sets the level of Open XML document conformance on exporting with Xlsx file format.  
    Public PropertySets/gets the password for protecting the elements in workbook.  
    Public PropertySets or returns a value indicating whether Excel will let the user add, delete, reorder, or rename sheets in the workbook.  
    Public PropertySets or returns a value indicating whether the workbook or sheet is protected.  
    Public PropertyReturns a DDSecurity object for initializing document security.  
    Public PropertySets or returns a value indicating the name of sheet. Sheet is default.  
    Public PropertyReturns a DDSheets object, which is a collection of DDSheet objects, which make up the workbook.  
    Public PropertyGets or sets the value indicating should compression be used on exporting with Xlsx file format.  
    Public PropertySets or returns whether export document with Excel default palette.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all sheets, creates a fresh instance of all member class variables and initializes all member data variables to their default value.  
    Public MethodOverloaded. Saves the current workbook.  
    Top
    See Also