MoveDocument
Use this method to move a workdoc from one position to another position in a folder.
Syntax
MoveDocument (FromIndex as Long, ToIndex as Long)
Parameter | Description |
---|---|
FromIndex | Zero-based Index from where workdoc is moved |
ToIndex | Zero-based index where workdoc is placed |