ActiveReports.Viewer3 Request technical support
RemoveAt Method
See Also 


index
For internal use only.
For internal use only.

Syntax

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

Parameters

index
For internal use only.

See Also