IXlDocument Methods
Represents an interface that exposes the specific functionality of a workbook.| 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