Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocSeqOptions Class / IncludeLabelAndNumber Property

In This Topic
    IncludeLabelAndNumber Property
    In This Topic
    Gets or sets a value indicating whether to include text before the collected SEQ field and its result into the TOC field result.

    The default value is false.

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