Share via


IndicatorBandCollection.Insert Method (Microsoft.PerformancePoint.Scorecards)

Inserts the supplied band at the supplied index.

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

Syntax

'Declaration
Public Overridable Sub Insert ( _
    index As Integer, _
    value As IndicatorBand _
)
'Usage
Dim instance As IndicatorBandCollection
Dim index As Integer
Dim value As IndicatorBand

instance.Insert(index, value)
public virtual void Insert (
    int index,
    IndicatorBand value
)

Parameters

  • index
    The index to insert at.
  • value
    The band to insert.

See Also

Reference

IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace