Table.Spacing property (Word)

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.

ActiveDocument.Tables(1).Spacing = 9

See also

Table Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.