MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / WallRangesCollection Class / Add Method
The WallRange to add.

In This Topic
Add Method (WallRangesCollection)
In This Topic
Adds a WallRange to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As WallRange _
) As Integer
 

Parameters

value
The WallRange to add.
See Also