[]
Represents a collection for the SheetInfo.
public sealed class SheetInfoCollection : IList<SheetInfo>, ICollection<SheetInfo>, IEnumerable<SheetInfo>, IList, ICollection, IEnumerable
Public NotInheritable Class SheetInfoCollection
Implements IList(Of SheetInfo), ICollection(Of SheetInfo), IEnumerable(Of SheetInfo), IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of sheets in the collection. |
| this[int] | Gets the sheet at the special index. |
| Name | Description |
|---|---|
| Add() | Adds a sheet into the collection. |
| Clear() | Clears the collection. |
| IndexOf(SheetInfo) | Gets the index of a sheet. |
| RemoveAt(int) | Removes a sheet from the collection. |