FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / RemoveAt Method
Index of bevel.


In This Topic
RemoveAt Method (BevelCollection)
In This Topic
Removes a bevel from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As BevelCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of bevel.
See Also