Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocPageNumberOptions Class / OmitLevels Property

In This Topic
    OmitLevels Property
    In This Topic
    Gets the range of TOC entry levels for which the page numbers should be omitted.

    The default value is OutlineLevelRange.IsEmpty.

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