ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder 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 ConstructorThe default constructor for Workbook.  
    Top
    Public Fields
     NameDescription
    Public FieldReturns the name of the default font.  
    Public FieldReturns the size of the default font in points.  
    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/gets the protection state for a sheet or workbook.  
    Public PropertySets/gets an option from the Protect Workbook dialog box. If this property is set to true, Excel will not let the user add, delete, reorder, or rename sheets in the workbook.  
    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 the collection of shsets as a DDSheets collection object.  
    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 spreadsheet workbook to the specified Stream.  
    Top
    See Also