Share via


ListField.Delete Method

SharePoint Designer Developer Reference

Deletes the list field from the parent list.

Syntax

expression.Delete

expression   Required. A variable that represents a ListField object.

Remarks

Use the ApplyChanges method of the parent list object to apply changes made to the list.

See Also