MoveFormat
This method moves a format string to a new position in the list of format strings.
Syntax
MoveFormat(OldIndex as Long, NewIndex as Long)
Parameter | Description |
---|---|
OldIndex | Current index of the format string. |
NewIndex | New index of the format string. |