Removes the legend column 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: | CimLegendColumns.Remove removes the legend column at the location specified by the index argument. If the argument is omitted, the first legend column is removed. |