_Font.Spacing Property
Returns or sets the spacing (in points) between characters. Read/write Single.
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 _Font
Dim value As Single
value = instance.Spacing
instance.Spacing = value
float Spacing { get; set; }
Property Value
Type: System.Single