ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / CommonFontCollection Class / AddRange Method

In This Topic
    AddRange Method (CommonFontCollection)
    In This Topic
    Adds a group of CommonFont objects to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items() As CommonFont _
    ) 
    public void AddRange( 
       CommonFont[] items
    )

    Parameters

    items
    See Also