Partager via


Propriété CellCollection.Item (ICollection)

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

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

Syntaxe

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

value = instance(indexes)
public Cell this[
    ICollection indexes
] { get; }
public:
property Cell^ default[ICollection^ indexes] {
    Cell^ get (ICollection^ 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 : System.Collections.ICollection
    The collection 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