Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Cell in the collection using the specified array of index.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
ParamArray indexes As Integer() _
) As Cell
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- indexes
Type: array<System.Int32[]
The array of index that is used to determine the ___location of cell element in the cell collection.
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.