Method: Move for Elements <DataStore>
- Updated2024-09-12
- 1 minute(s) read
DIAdem NAVIGATOR > Methods > Method: Move for Elements <DataStore>
Method: Move for Elements <DataStore>
Moves a data element to a different position in a data store in DIAdem NAVIGATOR.
Object.Move(NameOrIndex, Position)
| Object | Elements <DataStore> Object with this method |
| NameOrIndex | Variant Specifies the name or the index of the data element that is to be moved. |
| Position | LongInteger Specifies the position to which DIAdem moves the data element. |
The following example moves the first data element to the second position:
| VBScript | Python |
Call Navigator.ConnectDataStore("ASAM Browse Settings Example").RootElements(1).Children.Move(1,2)