Removes the slider at a particular index in the collection. | |
Syntax: | object.Remove Index |
Parameters: |
Optional Index As long -
Specifies the index of the item you want to remove. It must be a
number from 0 to Count -
1.
|
Description: | CimSliders.Remove removes the slider at the location specified by the index argument. If the argument is omitted, the first slider is removed. |