[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorkbooks

IWorkbooks Interface

Represents a set of workbooks in a workbook set.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IWorkbooks : IEnumerable<IWorkbook>, IEnumerable
Public Interface IWorkbooks
    Inherits IEnumerable(Of IWorkbook), IEnumerable

Properties

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]

Gets the specified IWorkbook by the IWorkbook name.

WorkbookSet

Gets the parent workbook set of this IWorksheets.

Methods

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.