Paragraph.Space2 Method

Double-spaces the specified paragraphs.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Space2
'Usage
Dim instance As Paragraph

instance.Space2()
void Space2()

Remarks

The exact spacing is determined by adding 12 points to the font size of the largest character in each paragraph.

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace