Share via


KpiValueCollection.Insert - Méthode

Insère un objet dans cette collection à l'index spécifié.

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

Syntaxe

'Déclaration
Public Sub Insert ( _
    index As Integer, _
    value As KpiValue _
)
'Utilisation
Dim instance As KpiValueCollection
Dim index As Integer
Dim value As KpiValue

instance.Insert(index, value)
public void Insert(
    int index,
    KpiValue value
)

Paramètres

Voir aussi

Référence

KpiValueCollection classe

KpiValueCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms