CellCollection.Item[] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Item[ICollection] |
Item 3 |
Item[Int32] |
Elemento |
Item[Int32[]] |
Item 2 |
Item[Int32, Int32] |
Elemento 1 |
Item[ICollection]
Item 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
Parámetros
- indexes
- ICollection
Valor de propiedad
Se aplica a
Item[Int32]
Item[Int32[]]
Item 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
Parámetros
- indexes
- Int32[]
Valor de propiedad
Se aplica a
Item[Int32, Int32]
Elemento 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
Parámetros
- index1
- Int32
- index2
- Int32