[]
Represents a collection of all the sheets in the specified or active workbook.
public interface ISheets : IEnumerable<ISheet>, IEnumerable
Public Interface ISheets
Inherits IEnumerable(Of ISheet), IEnumerable
| 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. |
| 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. |