Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocEntryFormatting Class / PreserveTabs Property

In This Topic
    PreserveTabs Property
    In This Topic
    Gets or sets a value indicating whether to preserve tabs from the source paragraphs in TOC entries.

    The default value is false.

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