ActiveReports.Chart Request technical support
RemoveAt Method
See Also 


index
The index of the label to remove.
Removes the label at the specified location from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As LabelsCollection
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)

Parameters

index
The index of the label to remove.

See Also