Share via


CellCollection.Item Property (ICollection)

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    indexes As ICollection _
) As Cell 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.

See Also

Reference

CellCollection Class

Item Overload

Microsoft.AnalysisServices.AdomdClient Namespace