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
- index1
Type : System.Int32
- index2
Type : System.Int32
Valeur de propriété
Type : Microsoft.PerformancePoint.Scorecards.ResultSet.ResultCell
Voir aussi
Référence
ResultCellCollection - Membres
Microsoft.PerformancePoint.Scorecards.ResultSet - Espace de noms