_Document.FormattingShowNextLevel Property
Returns or sets a Boolean that represents whether Microsoft Office Word shows the next heading level when the previous heading level is used. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property FormattingShowNextLevel As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.FormattingShowNextLevel
instance.FormattingShowNextLevel = value
bool FormattingShowNextLevel { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Show next heading when previous level is used check box in the Styles Gallery Options dialog box.