Characteristics.Remove
This function removes (deletes) the specified Characteristic from the collection; Char can either be 1-based index or Characteristic name.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Characteristics.Remove( _
Char As Variant)
|
Char [in]
The 1-based index of the characteristic to remove. Type: Variant |
This function does not return a value. |