[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISheets

ISheets Interface

Represents a collection of all the sheets in the specified or active workbook.

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

Properties

Name Description
Count

Gets the number of sheets in the workbook.

this[int]

Gets the specified ISheet by the zero based index.

this[int[]]

Gets the specified ISheet objects by the zero based indexes.

this[string]

Gets the specified ISheet by the sheet name.

this[string[]]

Gets the specified ISheet objects by the sheet names.

WorkbookSet

Gets the parent workbook set of this Isheets.

Methods

Name Description
Copy(int)

Copies sheets to the specified position in the ISheet collection of the IWorkbook.

Delete()

Delete all sheets.

Select(bool)

Selects all worksheets.