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