Share via


LayoutTablesAndCells.Remove Method

SharePoint Designer Developer Reference

Removes a LayoutRegion object from an LayoutTablesAndCells collection.

Syntax

expression.Remove(index)

expression   Required. A variable that represents a LayoutTablesAndCells collection.

Parameters

Name Required/Optional Data Type Description
index Optional Long Specifies the ordinal position of the object in the collection.

See Also