Move the item at fromIndex to toIndex where both
indexes are prior to any insertion and removal operations.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public void Move( int fromIndex, int toIndex )
Parameters
- fromIndex
- Type: SystemInt32
From index. - toIndex
- Type: SystemInt32
To index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | fromIndex or toIndex is outside the range of valid indexes, i.e. 0 : Count-1. |
Remarks
Version Information
See Also