Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TcFieldOptions Class / DisplayLevel Property

In This Topic
    DisplayLevel Property (TcFieldOptions)
    In This Topic
    Gets or sets the level to display entry in a TOC field result.

    Default value is GrapeCity.Documents.Word.OutlineLevel.Level1.

    Syntax
    'Declaration
     
    Public Property DisplayLevel As OutlineLevel
    public OutlineLevel DisplayLevel {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when trying to set GrapeCity.Documents.Word.OutlineLevel.BodyText.
    See Also