Moves an existing value field to an other position.
Namespace: TallComponents.PDF.Forms.FieldsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public void Move( int fromIndex, int toIndex ) |
| Visual Basic |
|---|
Public Sub Move ( _ fromIndex As Integer, _ toIndex As Integer _ ) |
Parameters
- fromIndex
- Type: System..::..Int32
The zero-based index from the value field to move.
- toIndex
- Type: System..::..Int32
The zero-based index for the new position.