Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocStyleLevel Class / Level Property

In This Topic
    Level Property (TocStyleLevel)
    In This Topic
    Gets the built-in style outline level.

    For custom styles the property value returns a null reference (Nothing in Visual Basic).

    Syntax
    'Declaration
     
    Public ReadOnly Property Level As System.Nullable(Of OutlineLevel)
    public System.Nullable<OutlineLevel> Level {get;}
    See Also