| Excel | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe ExcelDocument type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ExcelDocument | Initializes a new instance of the ExcelDocument class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DefaultFontName | Gets or sets name of the default font used in the workbook. | 
|  | DefaultFontSize | Gets or sets default font size. | 
|  | PivotTableCollection | Collection of PivotTable. | 
|  | Protected | Gets or sets the workbook protection flag. | 
|  | Worksheets | Collection of all ExcelWorksheets in a workbook. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|   | Load(Stream, LoadOptions) | Loads a document from the specified stream. | 
|   | Load(String, LoadOptions) | Loads a document from a file with the specified path. | 
|  | Save(Stream, SaveOptions) | Saves the document in the specified stream. | 
|  | Save(String, SaveOptions) | Saves the document to a file with the specified path. | 
|   | SetLicense | Activate your copy after purchasing or use temporary license for delete trial message. ATTENTION: specify this property first of all before creating the instance of ExcelDocument! Use it when you got own license. We offer two license types: Permanent license from sautinsoft.com and Temporary license from https://sautinsoft.com/start-for-free/. Have question? Ask us: support@sautinsoft.com. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 See Also
See Also