ActiveReports.Chart Request technical support
Add Method
See Also 


value
The WallRange to add.
Adds a WallRange to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As WallRange _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As WallRangesCollection
Dim value As WallRange
Dim value As Integer
 
value = instance.Add(value)
C# 
public int Add( 
   WallRange value
)

Parameters

value
The WallRange to add.

See Also