Style.NoSpaceBetweenParagraphsOfSameStyle Property
True for Microsoft Word to remove spacing between paragraphs that are formatted using the same style. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NoSpaceBetweenParagraphsOfSameStyle As Boolean
Get
Set
'Usage
Dim instance As Style
Dim value As Boolean
value = instance.NoSpaceBetweenParagraphsOfSameStyle
instance.NoSpaceBetweenParagraphsOfSameStyle = value
bool NoSpaceBetweenParagraphsOfSameStyle { get; set; }
Property Value
Type: System.Boolean