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

In This Topic
    PrefixSeparator Property
    In This Topic
    Gets or sets the character that separates the prefix (see PrefixSequenceId property) and page number in TOC entries.

    The default value is '-'.

    Syntax
    'Declaration
     
    Public Property PrefixSeparator As System.Char
    public System.char PrefixSeparator {get; set;}
    See Also