Removes the item at the specified index.
Namespace: Spotfire.Dxp.Application.VisualsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the element to remove.
Exceptions
| Exception | Condition |
|---|---|
| System ArgumentOutOfRangeException | index is less than zero or is greater than or equal to the number of items in the collection. |
Version Information
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
Obsolete (compiler warning) in 4.0
Obsolete (compiler warning) in 3.3
See Also