See Also

WallRangesCollection Class  | WallRangesCollection Members

Language

Visual Basic

C#

Show All

index
The index at which the WallRange should be inserted.
value
The WallRange to insert.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Insert Method

Inserts a WallRange into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _    ByVal index As Integer, _    ByVal value As WallRange _ )
[C#]
public void Insert(    int index,    WallRange value );

Parameters

index
The index at which the WallRange should be inserted.
value
The WallRange to insert.

See Also

WallRangesCollection Class  | WallRangesCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.