Removes the item at the specified index.
Namespace: Spotfire.Dxp.Application.VisualsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
See Also