Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocFieldOptions Class / FlatList Property

In This Topic
    FlatList Property
    In This Topic
    Gets or sets whether the all TOC entries should be on the same level.

    Default value is false.

    If the TocSeqOptions.Collect is true this property is also true.

    Syntax
    'Declaration
     
    Public Property FlatList As System.Boolean
    public System.bool FlatList {get; set;}
    See Also