_ParagraphFormat.Space2 Method
Double-spaces the specified paragraphs. The exact spacing is determined by adding 12 points to the font size of the largest character in each paragraph.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Space2
'Usage
Dim instance As _ParagraphFormat
instance.Space2()
void Space2()