GenerateLayout Method (ActiveX)

Generates the layout of a table.

Supported platforms: Windows only

Signature

VBA:

object.GenerateLayout
object

Type: Table

The object this method applies to.

Return Value (RetVal)

No return value.

Remarks

This method updates the Table object according to the current table style. This method computes the table geometry, including gridlines, text content, block content, and background fills.

Examples

VBA:

Not available

Visual LISP:

Not available