FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FillCollection Class / AddRange Method
Array of fills


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

Parameters

items
Array of fills
See Also