[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IndexFieldOptions.FlatList

FlatList Property

FlatList

Gets or sets a value indicating whether subentries run in the same line as the main entry.

If true, colons (':') separate main entries from subentries, while semicolons (';') separate subentries.

Default value is false.

Declaration
public bool FlatList { get; set; }
Public Property FlatList As Boolean