Share via


ListFieldFile.Move Method

SharePoint Designer Developer Reference

Moves a field in a list from its current location to a different location.

Syntax

expression.Move(Index)

expression   A variable that represents a ListFieldFile object.

Parameters

Name Required/Optional Data Type Description
Index Required Long The position to which to move the field.

See Also