Paragraph.Space1 Method
Single-spaces the specified paragraphs. The exact spacing is determined by the font size of the largest characters in each paragraph.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Space1
'Usage
Dim instance As Paragraph
instance.Space1()
void Space1()