Inserts the specified axis into the collection at the specified index.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As AxisBase _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- value
Inserts the specified axis into the collection at the specified index.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As AxisBase _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |