[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISheetTabs

ISheetTabs Interface

Represents a collection of all the sheet tabs in the workbook.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ISheetTabs : IEnumerable<ISheetTab>, IEnumerable
Public Interface ISheetTabs
    Inherits IEnumerable(Of ISheetTab), IEnumerable

Properties

Name Description
Count

Returns the number of objects in the collection.

this[int]

Gets the sheet tab using the index.

this[string]

Gets the sheet tab using the name.