Share via


TupleCollection.Insert Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    value As Tuple _
)
'Usage
Dim instance As TupleCollection
Dim index As Integer
Dim value As Tuple

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

Parameters

  • index
  • value

Remarks

SeeCollectionBaseclass.

See Also

Reference

TupleCollection Class
TupleCollection Members
Microsoft.PerformancePoint.Scorecards Namespace