ListColumn.Delete Method

Excel Developer Reference

Deletes the column of data in the list.

Syntax

expression.Delete

expression   A variable that represents a ListColumn object.

Remarks

This method does not remove the column from the sheet. If the list is linked to a Microsoft Windows SharePoint Services site, the column cannot be removed from the server, and an error is generated.

See Also