| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As LegendItem _ ) | |
| C# | |
|---|---|
public void Insert( System.int index, LegendItem item ) | |
Parameters
- index
- The zero-based index at which the LegendItem should be inserted.
- item
- The LegendItem to insert.