Sub MoveElement( _ ByVal elementName As String, _ ByVal newIndex As Integer _ )
void MoveElement( string elementName, int newIndex )
Parameters
- elementName
- The element name.
- newIndex
- The index to move the element to.
Sub MoveElement( _ ByVal elementName As String, _ ByVal newIndex As Integer _ )
void MoveElement( string elementName, int newIndex )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)