[]
Represents a collection of all the sheet tabs in the workbook.
public interface ISheetTabs : IEnumerable<ISheetTab>, IEnumerable
Public Interface ISheetTabs
Inherits IEnumerable(Of ISheetTab), IEnumerable
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. |