FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / AddRange Method
Array of bevels


In This Topic
AddRange Method (BevelCollection)
In This Topic
Adds an array of bevels to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As Bevel _
) 
 
'Usage
 
Dim instance As BevelCollection
Dim items() As Bevel
 
instance.AddRange(items)

Parameters

items
Array of bevels
See Also