Compartir a través de


CellCollection.Item Propiedad (Int32)

Gets the Cell at the specified index.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Cell 
    Get
'Uso
Dim instance As CellCollection 
Dim index As Integer 
Dim value As Cell 

value = instance(index)
public Cell this[
    int index
] { get; }
public:
property Cell^ default[int index] {
    Cell^ get (int index);
}
member Item : Cell
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • index
    Tipo: System.Int32
    The zero-based index of the element to get.

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdClient.Cell
The Cell at the specified index.

Vea también

Referencia

CellCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.AnalysisServices.AdomdClient