'Usage
Dim instance As SheetViewCollection Dim index As Integer Dim value As SheetView instance.Item(index) = value value = instance.Item(index)
Parameters
- index
'Usage
Dim instance As SheetViewCollection Dim index As Integer Dim value As SheetView instance.Item(index) = value value = instance.Item(index)
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) |