Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocPageNumberOptions Class / PrefixSequenceId Property

In This Topic
    PrefixSequenceId Property
    In This Topic
    Gets or sets the Id of SEQ fields whose result should prefix TOC entries page numbers.

    The default value is System.String.Empty.

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