Share via


LayoutTablesAndCells.findByID Method

SharePoint Designer Developer Reference

Returns a LayoutRegion object that represents the cell formatting table specified by using the ival parameter.

Syntax

expression.findByID(ival)

expression   Required. A variable that represents a LayoutTablesAndCells collection.

Parameters

Name Required/Optional Data Type Description
ival Required Long Specifies the value of the mscellformattingtableid attribute as it appears in the post-comment tag; for example, <-- MSCellFormattingTableID="ID" -->.

See Also