Table.Spacing Property

Returns or sets the spacing (in points) between the cells in a table.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Spacing As Single
    Get
    Set
'Usage
Dim instance As Table
Dim value As Single

value = instance.Spacing

instance.Spacing = value
float Spacing { get; set; }

Property Value

Type: System.Single

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace