CellCollection.Item[] Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Item[ICollection] |
Элемент 3 |
Item[Int32] |
Элемент |
Item[Int32[]] |
Элемент 2 |
Item[Int32, Int32] |
Элемент 1 |
Item[ICollection]
Элемент 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
Параметры
- indexes
- ICollection
Значение свойства
Применяется к
Item[Int32]
Item[Int32[]]
Элемент 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
Параметры
- indexes
- Int32[]
Значение свойства
Применяется к
Item[Int32, Int32]
Элемент 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
Параметры
- index1
- Int32
- index2
- Int32