IndicatorBandCollection.Remove Method (Microsoft.PerformancePoint.Scorecards)
Removes the first occurrence of a specific item from the collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Sub Remove ( _
value As IndicatorBand _
)
'Usage
Dim instance As IndicatorBandCollection
Dim value As IndicatorBand
instance.Remove(value)
public virtual void Remove (
IndicatorBand value
)
Parameters
- value
The item to remove from the collection
See Also
Reference
IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace