ActiveReports Developer 7
Workbook Class Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace : Workbook Class

Glossary Item Box

The following tables list the members exposed by Workbook.

Public Constructors

 NameDescription
Public ConstructorWorkbook ConstructorInitializes a new instance of the Workbook class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)DefaultFontNameReturns the default font name for the workbook.  
Public Fieldstatic (Shared in Visual Basic)DefaultFontSizeInPointsReturns the default font size in points for the workbook.  
Top

Public Properties

 NameDescription
Public PropertyFileFormatSets/gets the file format that the spreadsheet will be saved in.  
Public PropertyOpenXmlStandardGets or sets the level of Open XML document conformance on exporting with Xlsx file format.  
Public PropertyProtectWorkbookPasswordSets/gets the password for protecting the elements in workbook.  
Public PropertyProtectWorkBookStructureSets or returns a value indicating whether Excel will let the user add, delete, reorder, or rename sheets in the workbook.  
Public PropertyProtectWorkbookWindowsSets or returns a value indicating whether the workbook or sheet is protected.  
Public PropertySecurityReturns a DDSecurity object for initializing document security.  
Public PropertySheetsReturns a DDSheets object, which is a collection of DDSheet objects, which make up the workbook.  
Public PropertyUseDefaultPaletteSets or returns whether export document with Excel default palette.  
Top

Public Methods

 NameDescription
Public MethodClearRemoves all sheets, creates a fresh instance of all member class variables and initializes all member data variables to their default value.  
Public MethodSaveOverloaded. Saves the current workbook.  
Top

See Also