IndicatorBandCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)

Adds a collection of IndicatorBands to the current collection.

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

Syntax

'Declaration
Public Overridable Sub AddRange ( _
    collection As ICollection _
)
'Usage
Dim instance As IndicatorBandCollection
Dim collection As ICollection

instance.AddRange(collection)
public virtual void AddRange (
    ICollection collection
)

Parameters

  • collection
    The bands to add.

See Also

Reference

IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace