Partager via


CellSetCellCollection.Item - Propriété (Int32[])

Cette propriété n'est pas implémentée par la classe CellSetCellCollection .
Obtient un objet à partir de cette collection.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Default Property Item ( _
    indexes As Integer() _
) As ResultCell
    Get
'Utilisation
Dim instance As CellSetCellCollection
Dim indexes As Integer()
Dim value As ResultCell

value = instance(indexes)
public override ResultCell this[
    int[] indexes
] { get; }

Paramètres

  • indexes
    Type : []

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.ResultSet.ResultCell

Exceptions

Exception Condition
BpmDevException

Levée lorsque cette propriété est appelée.

Voir aussi

Référence

CellSetCellCollection classe

CellSetCellCollection - Membres

Item - Surcharge

Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet - Espace de noms