CellCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Item[ICollection] |
Élément 3 |
Item[Int32] |
Élément |
Item[Int32[]] |
Élément 2 |
Item[Int32, Int32] |
Item 1 |
Item[ICollection]
Élément 3
public Microsoft.AnalysisServices.AdomdClient.Cell this[System.Collections.ICollection indexes] { get; }
member this.Item(System.Collections.ICollection) : Microsoft.AnalysisServices.AdomdClient.Cell
Default Public ReadOnly Property Item(indexes As ICollection) As Cell
Paramètres
- indexes
- ICollection
Valeur de propriété
S’applique à
Item[Int32]
Item[Int32[]]
Élément 2
public Microsoft.AnalysisServices.AdomdClient.Cell this[params int[] indexes] { get; }
member this.Item(int[]) : Microsoft.AnalysisServices.AdomdClient.Cell
Default Public ReadOnly Property Item(ParamArray indexes As Integer()) As Cell
Paramètres
- indexes
- Int32[]
Valeur de propriété
S’applique à
Item[Int32, Int32]
Item 1
public Microsoft.AnalysisServices.AdomdClient.Cell this[int index1, int index2] { get; }
member this.Item(int * int) : Microsoft.AnalysisServices.AdomdClient.Cell
Default Public ReadOnly Property Item(index1 As Integer, index2 As Integer) As Cell
Paramètres
- index1
- Int32
- index2
- Int32