ActiveReports Developer 7
WallRangesCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : WallRangesCollection Class

Glossary Item Box

The following tables list the members exposed by WallRangesCollection.

Public Properties

 NameDescription
Public PropertyItemOverloaded. Gets or sets the collection item by the specified parameter.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a WallRange to the collection.  
Public MethodAddRangeAdds an array of WallRanges to the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodCloneCreates a clone of the WallRanges collection.  
Public MethodContainsDetermines whether the collection contains the specified WallRange.  
Public MethodCopyToCopies the entire collection to an array, starting at the specified index of the target array.  
Public MethodIndexOf

Returns the index of the first occurrence of a value in the collection.

 
Public MethodInsertInserts a WallRange into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific WallRange from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also