Partager via


CubeFields.Item Property

Returns a single object from a collection.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Object _
) As CubeField
    Get
'Usage
Dim instance As CubeFields
Dim Index As Object
Dim value As CubeField

value = instance.Item(Index)
CubeField this[
    Object Index
] { get; }

Parameters

  • Index
    Type: System.Object

    Required Object. The name or index number of the object.

Property Value

Type: Microsoft.Office.Interop.Excel.CubeField

See Also

Reference

CubeFields Interface

CubeFields Members

Microsoft.Office.Interop.Excel Namespace