Share via


Table.Spacing Property

Word Developer Reference

Returns or sets the spacing (in points) between the cells in a table. Read/write Single.

Syntax

expression.Spacing

expression   Required. A variable that represents a Table object.

Example

This example sets the spacing between cells in the first table in the active document to nine points.

Visual Basic for Applications
  ActiveDocument.Tables(1).Spacing = 9

See Also