ActualCollection.RemoveItem Method
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.