Deletes a range of index positions. Existing indexes from
and above are moved down.
startIndex+count
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public void DeleteIndexPositions( int startIndex, int count )
Parameters
- startIndex
- Type: SystemInt32
First index position to be deleted - count
- Type: SystemInt32
Number of index positions
Version Information
See Also