Item Property (SheetViewCollection)
In This Topic
Gets or sets the sheet (SheetView object) at the specified position in the collection.
Overload List
Overload | Description |
Item(Int32) | Gets or sets the sheet (SheetView object) at the specified position in the collection. |
Item(String) | Gets or sets the sheet (SheetView object) at the specified position in the collection. |
Exceptions
Exception | Description |
System.Exception | Specified sheet index is invalid; must be between 0 and total number of sheets in the collection |
System.ArgumentNullException | Sheet index is not specified (that is, specified index is null) |
See Also