Name | Description | |
---|---|---|
ActiveSheet | Returns an object that represents the active sheet (the sheet on top) in the active workbook or in the specified window or workbook. Returns null if no sheet is active (read-only). | |
AllowDynamicArray | Gets or sets whether allow dynamic array formula. | |
AutoParse | Determines whether to automatically parse when setting a range value to a string value. | |
AutoRoundValue | Determines whether to round the number to 15 significant figures when getting the value. | |
BookView | Returns an object that represents the view settings of this workbook(read-only). | |
BuiltInDocumentProperties | Gets a collection that represents all the built-in document properties of the workbook. | |
Culture | [Init-only] Gets or sets culture for the workbook. The culture must contain both country/region and language. | |
CustomDocumentProperties | Gets a collection that represents all the custom document properties of the workbook. | |
CustomViews | Gets the custom views of the workbook. | |
DefaultTableStyle | Specifies the table style name from the ITableStyleCollection collection that is used as the default TableStyle (read/write). | |
DeferUpdateDirtyState | Gets or sets whether update the dirty state of the formula cells immediately when changing the value of a cell. | |
EnableCalculation | Gets or sets whether the calculation engine is valid. | |
FullName | Returns the name of the workbook, including its path on disk. | |
GraphicsInfo | Provides graphics information. If this property doesn't have value, the workbook will use built-in graphic information. | |
Name | Gets or sets a string value that represents the name of the workbook. | |
Names | Returns the INames collection that represents the workbook-specified names. This is a read-only INames object. | |
Options | Returns the IExcelOptions object that represents some settings to control workbook behavior. | |
Path | Gets or sets a string that represents the path to the workbook file that this workbook object represents. | |
PivotCaches | Returns the IPivotCaches collection that represents all the IPivotTable caches in the specified workbook (read-only). | |
ProtectStructure | True if the order of the sheets in the workbook is protected. Read-only Boolean. | |
ProtectWindows | True if the windows of the workbook are protected. Read-only Boolean. | |
ReferenceStyle | Gets or sets the reference style. | |
ResetAdjacentRangeBorder | Determines whether to reset adjacent range's border when setting border for a range. The default value of this property is true. | |
SelectedSheets | Returns a IWorksheets collection that represents all the selected sheets in the specified workbook. | |
Signatures | Gets a collection of Signature objects that correspond to the digital signature attached to a document. | |
SlicerCaches | Gets the ISlicerCaches object associated with the workbook. | |
Styles | Returns the IStyleCollection collection that represents all the styles in the specified workbook (read-only). | |
TableStyles | Returns the ITableStyleCollection collection object for the current workbook that refers to the styles used in the current workbook (read-only). | |
Theme | Returns or sets the theme applied to the current workbook. | |
Worksheets | Returns the IWorksheets collection that represents all the worksheets in the specified workbook. This is a read-only Sheets object. | |
WriteProtection | Provides access to the workbook write protection options. |