_ParagraphFormat.SpaceAfter Property
Returns or sets the amount of spacing (in points) after the specified paragraph.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SpaceAfter As Single
Get
Set
'Usage
Dim instance As _ParagraphFormat
Dim value As Single
value = instance.SpaceAfter
instance.SpaceAfter = value
float SpaceAfter { get; set; }
Property Value
Type: System.Single