Share via


KpiValueCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)

Adds elements of a collection to the end of this one.

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

Syntax

'Declaration
Public Sub AddRange ( _
    c As ICollection _
)
'Usage
Dim instance As KpiValueCollection
Dim c As ICollection

instance.AddRange(c)
public void AddRange (
    ICollection c
)

Parameters

  • c
    The collection of items to add.

See Also

Reference

KpiValueCollection Class
KpiValueCollection Members
Microsoft.PerformancePoint.Scorecards Namespace