MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class
Fields Properties Methods

Workbook Class Members

The following tables list the members exposed by Workbook.

Public Constructors
 NameDescription
Public ConstructorThe default constructor for the Workbook class.  
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 PropertyGets or sets the file format in which one the spreadsheet will be saved.  
Public PropertyGets or sets the level of Open XML document conformance when exporting to the Xlsx file format.  
Public PropertyGets or sets the password to protect the items in the workbook.  
Public PropertyGets or sets the protection status for a sheet or workbook.  
Public PropertyGets or sets an option from the Protect Workbook dialog box.  
Public PropertyGets a DDSecurity object for initializing document security.  
Public PropertyGets or sets a value indicating the name of sheet. Sheet is default.  
Public PropertyGets the collection of sheets as a DDSheets collection object.  
Public PropertyGets or sets the value indicating whether compression is used when exporting to the Xlsx file format.  
Public PropertyGets or sets whether the document is exported with the default Excel palette.  
Top
Public Methods
 NameDescription
Public MethodRemoves all sheets, creates a new instance of all member class variables, and initializes all member data variables to their default values.  
Public MethodOverloaded. Saves the current spreadsheet workbook to the specified Stream.  
Top
See Also