IXlDocument Members
Represents an interface that exposes the specific functionality of a workbook.Properties
Name | Description |
---|---|
Options | Provides access to options that contain information about document culture and format specifications. |
Properties | Provides access to the document properties associated with a workbook. |
Theme | Gets or sets the theme to be applied to the workbook. |
View | Provides access to the view options of the workbook. |
Methods
Name | Description |
---|---|
CreateSheet() | Creates a new worksheet in the workbook and returns the IXlSheet object. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
SetSheetPosition(String, Int32) | Changes the position of the specified worksheet within a workbook. |
See Also