Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the object at the specified index from the collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overrides Sub RemoveItem ( _
index As Integer _
)
'Usage
Dim index As Integer
Me.RemoveItem(index)
protected override void RemoveItem(
int index
)
Parameters
index
Type: System.Int32The zero-based index of the object to remove.