ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / RangeCollection Class / Add Method

In This Topic
    Add Method (RangeCollection)
    In This Topic
    Adds the Range to the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal range As Range _
    ) 
    public void Add( 
       Range range
    )

    Parameters

    range
    See Also