Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SheetViewCollection Dim index As String Dim value As SheetView instance.Item(index) = value value = instance.Item(index) |
Parameters
- index
Exception | Description |
---|---|
System.Exception | Specified sheet name is not found in the sheet collection. |
System.ArgumentNullException | Sheet name is not specified (that is, specified index is null or empty) |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family