Share via


ParagraphFormat2.LineRuleWithin Property

Determines whether line spacing between base lines is set to a specific number of points or lines. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property LineRuleWithin As MsoTriState
    Get
    Set
'Usage
Dim instance As ParagraphFormat2
Dim value As MsoTriState

value = instance.LineRuleWithin

instance.LineRuleWithin = value
MsoTriState LineRuleWithin { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

ParagraphFormat2 Interface

ParagraphFormat2 Members

Microsoft.Office.Core Namespace