ActiveReports 12
Remove Method (WallRangesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRangesCollection Class : Remove Method
The WallRange to remove.
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

Reference

WallRangesCollection Class
WallRangesCollection Members