共用方式為


CellCollection.Item 屬性 (ICollection)

Gets the Cell in the collection using the specified index collection.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Default Property Item ( _
    indexes As ICollection _
) As Cell 
    Get
'用途
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 支援索引屬性的使用,但不支援新屬性的宣告。

參數

  • indexes
    型別:System.Collections.ICollection
    The collection of index that is used to determine the location of cell element in the cell collection.

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.

請參閱

參考

CellCollection 類別

Item 多載

Microsoft.AnalysisServices.AdomdClient 命名空間