Partager via


Propriété CellCollection.Item (array<Int32 )

Gets the Cell in the collection using the specified array of index.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    ParamArray indexes As Integer() _
) As Cell 
    Get
'Utilisation
Dim instance As CellCollection 
Dim indexes As Integer()
Dim value As Cell 

value = instance(indexes)
public Cell this[
    params int[] indexes
] { get; }
public:
property Cell^ default[... array<int>^ indexes] {
    Cell^ get (... array<int>^ indexes);
}
member Item : Cell
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • indexes
    Type : array<System.Int32[]
    The array of index that is used to determine the location of cell element in the cell collection.

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.

Voir aussi

Référence

CellCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices.AdomdClient