ServerViewableItems.Item Method
Returns a single Object from the ServerViewableItems collection.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As Object
'Usage
Dim instance As ServerViewableItems
Dim Index As Object
Dim returnValue As Object
returnValue = instance.Item(Index)
Object Item(
Object Index
)
Parameters
Index
Type: System.ObjectRequired Integer The index of the Object to be returned.
Return Value
Type: System.Object
Object