IndicatorBandCollection.ItemAt Method (Microsoft.PerformancePoint.Scorecards)
Gets the band at the supplied index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Function ItemAt ( _
index As Integer _
) As IndicatorBand
'Usage
Dim instance As IndicatorBandCollection
Dim index As Integer
Dim returnValue As IndicatorBand
returnValue = instance.ItemAt(index)
public virtual IndicatorBand ItemAt (
int index
)
Parameters
- index
The index.
Return Value
The band at the index.
See Also
Reference
IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace