Share via


ListFieldChoice.RemoveChoice Method

SharePoint Designer Developer Reference

Removes the specified choice from the specified field.

Syntax

expression.RemoveChoice(Index)

expression   Required. A variable that represents a ListFieldChoice object.

Parameters

Name Required/Optional Data Type Description
Index Required Long Specifies the position of the choice within the list.

See Also