Partager via


ResultCellCollection.Item - Propriété (Int32, Int32)

Obtient l'objet à l'index spécifié.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Default Property Item ( _
    index1 As Integer, _
    index2 As Integer _
) As ResultCell
    Get
'Utilisation
Dim instance As ResultCellCollection
Dim index1 As Integer
Dim index2 As Integer
Dim value As ResultCell

value = instance(index1, index2)
public abstract ResultCell this[
    int index1,
    int index2
] { get; }

Paramètres

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.ResultSet.ResultCell

Voir aussi

Référence

ResultCellCollection classe

ResultCellCollection - Membres

Item - Surcharge

Microsoft.PerformancePoint.Scorecards.ResultSet - Espace de noms