ActiveReports.Chart Request technical support
Remove Method
See Also 


value
The WallRange to remove.
Removes the first occurrence of a specific WallRange from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As WallRange _
) 
Visual Basic (Usage)Copy Code
Dim instance As WallRangesCollection
Dim value As WallRange
 
instance.Remove(value)
C# 
public void Remove( 
   WallRange value
)

Parameters

value
The WallRange to remove.

See Also