| Visual Basic (Declaration) | |
|---|---|
Public Sub RemoveAt( _ ByVal index As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void RemoveAt( int index ) | |
Parameters
- index
- The indexed location within the collection to remove the tool.
| C# | Copy Code |
|---|---|
// Remove the default printer button | |
| Visual Basic | Copy Code |
|---|---|
' Remove the default print button | |