INames.Item Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Item ( _
Index As Object, _
IndexLocal As Object, _
RefersTo As Object _
) As Name
'Usage
Dim instance As INames
Dim Index As Object
Dim IndexLocal As Object
Dim RefersTo As Object
Dim returnValue As Name
returnValue = instance.Item(Index, IndexLocal, _
RefersTo)
Name Item(
Object Index,
Object IndexLocal,
Object RefersTo
)
Parameters
- Index
Type: System.Object
- IndexLocal
Type: System.Object
- RefersTo
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Name