_ParagraphFormat.OpenOrCloseUp Method
If spacing before the specified paragraphs is 0 (zero), this method sets spacing to 12 points. If spacing before the paragraphs is greater than 0 (zero), this method sets spacing to 0 (zero).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub OpenOrCloseUp
'Usage
Dim instance As _ParagraphFormat
instance.OpenOrCloseUp()
void OpenOrCloseUp()