Share via


layoutTablesAndCells Property

Returns an FPLayoutTablesAndCells collection that represents a collection of all the layout cells and cell formatting tables in a document.

expression.layoutTablesAndCells

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Example

The following example inserts a cell formatting table into the active document at the insertion point.

ActiveDocument.layoutTablesAndCells _
    .insertLayoutTable 100, 100

Applies to | FPHTMLDocument Object | IFPDocument Object | IFPDocument Object