[]
Represents a set of workbooks in a workbook set.
public interface IWorkbooks : IEnumerable<IWorkbook>, IEnumerable
Public Interface IWorkbooks
Inherits IEnumerable(Of IWorkbook), IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of workbooks in the workbook set. |
| this[int] | Gets the specified IWorkbook by the zero based index. |
| this[string] | |
| WorkbookSet | Gets the parent workbook set of this IWorksheets. |
| Name | Description |
|---|---|
| Add(IWorkbook) | Adds an existed workbook into the workbook set. |
| Add(string) | Creates a new workbook. |
| Open(Stream, ImportContext, bool) | Open an existing workbook in a newly created instance of GrapeCity.Spreadsheet.Workbook. |
| Open(string, ImportContext) | Open an existing workbook in a newly created instance of GrapeCity.Spreadsheet.Workbook. |
| OpenXML(Stream) | Opens an XML data file. |
| OpenXML(string) | Opens an XML data file. |