Remove the Element corresponding to the supplied key
Syntax
object.Remove Key
The Remove method syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type Elements. |
Key | Required. A Variant value. A string or numeric representing the key or index of the required element of the collection |