Proprietà CellCollection.Item (ICollection)
Gets the Cell in the collection using the specified index collection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
indexes As ICollection _
) As Cell
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- indexes
Tipo: System.Collections.ICollection
The collection of index that is used to determine the location of cell element in the cell collection.
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.