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

In This Topic
    SequenceId Property
    In This Topic
    Gets or sets the Id of SEQ fields whose paragraphs should be collected by the TOC field.

    The default value is System.String.Empty.

    Syntax
    'Declaration
     
    Public Property SequenceId As System.String
    public System.string SequenceId {get; set;}
    See Also