Labels.Remove
This function removes (deletes) the specified Label from the collection.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Labels.Remove( _
Index As Variant)
|
Index [in]
The 1-based index of the label to remove. Type: Variant |
This function does not return a value. |