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