Share via


ParagraphFormat2.SpaceAfter Property

Gets or sets the amount of spacing (in points) after the specified paragraph. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property SpaceAfter As Single
    Get
    Set
'Usage
Dim instance As ParagraphFormat2
Dim value As Single

value = instance.SpaceAfter

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

Property Value

Type: System.Single
Single

See Also

Reference

ParagraphFormat2 Interface

ParagraphFormat2 Members

Microsoft.Office.Core Namespace