ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / WallRangesCollection Class / Remove Method
The WallRange to remove.

In This Topic
    Remove Method (WallRangesCollection)
    In This Topic
    Removes the first occurrence of a specific WallRange from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As WallRange _
    ) 
    public void Remove( 
       WallRange value
    )

    Parameters

    value
    The WallRange to remove.
    See Also