ParagraphFormatClass.OutlineLevel Property

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

Syntax

'Declaration
Public Overridable Property OutlineLevel As WdOutlineLevel
    Get
    Set
'Usage
Dim instance As ParagraphFormatClass
Dim value As WdOutlineLevel

value = instance.OutlineLevel

instance.OutlineLevel = value
public virtual WdOutlineLevel OutlineLevel { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdOutlineLevel

Implements

_ParagraphFormat.OutlineLevel

See Also

Reference

ParagraphFormatClass Class

ParagraphFormatClass Members

Microsoft.Office.Interop.Word Namespace