Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocTcOptions Class / AllowedLevels Property

In This Topic
    AllowedLevels Property
    In This Topic
    Gets the range of allowed TC field levels.

    If a TcFieldOptions.DisplayLevel of a TC field is not in this range, it will not be collected by the TOC field.

    The default value is OutlineLevelRange.IsEmpty.

    Syntax
    'Declaration
     
    Public ReadOnly Property AllowedLevels As OutlineLevelRange
    public OutlineLevelRange AllowedLevels {get;}
    See Also