Share via


LayoutTablesAndCells.insertLayoutCell Method

SharePoint Designer Developer Reference

Inserts a layout cell into a layout table at the insertion point.

Syntax

expression.insertLayoutCell(iWidth, iHeight, szType, szLocation)

expression   Required. A variable that represents a LayoutTablesAndCells collection.

Parameters

Name Required/Optional Data Type Description
iWidth Required Integer Specifies the width of the cell.
iHeight Required Integer Specifies the height of the cell.
szType Required String Specifies the type of cell. Can be one of the following String values: "horizonal", "vertical", or "inline".
szLocation Required String Specifies where to insert the cell in relation to the insertion point. Can be one of the following String values: "before", "after", or "wrap".

See Also