CellCollection.Item 屬性 (array<Int32 )
Gets the Cell in the collection using the specified array of index.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
ParamArray indexes As Integer() _
) As Cell
Get
'用途
Dim instance As CellCollection
Dim indexes As Integer()
Dim value As Cell
value = instance(indexes)
public Cell this[
params int[] indexes
] { get; }
public:
property Cell^ default[... array<int>^ indexes] {
Cell^ get (... array<int>^ indexes);
}
member Item : Cell
JScript 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- indexes
型別:array<System.Int32[]
The array of index that is used to determine the location of cell element in the cell collection.
屬性值
型別:Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.