Share via


ScorecardHistoryCollection.ItemAt Method (Microsoft.PerformancePoint.Scorecards)

Returns the comment 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 Scorecard
'Usage
Dim instance As ScorecardHistoryCollection
Dim index As Integer
Dim returnValue As Scorecard

returnValue = instance.ItemAt(index)
public virtual Scorecard ItemAt (
    int index
)

Parameters

  • index
    The index.

Return Value

The scorecard at the supplied location.

See Also

Reference

ScorecardHistoryCollection Class
ScorecardHistoryCollection Members
Microsoft.PerformancePoint.Scorecards Namespace