| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub InsertRange( _ ByVal index As Integer, _ ByVal rows As RowCollection _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void InsertRange( int index, RowCollection rows ) | |
Parameters
- index
- rows
| ActiveReports.Viewer3 | Request technical support |
| InsertRange(Int32,RowCollection) Method | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub InsertRange( _ ByVal index As Integer, _ ByVal rows As RowCollection _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void InsertRange( int index, RowCollection rows ) | |