[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IndexPageNumberOptions.Separator

Separator Property

Separator

Gets or sets the string that is used to separate an index entry and its first page number.

If this value contains a tab character, the page number list is right justified in the column.

Default value is ", " (a comma followed by a space).

Declaration
public string Separator { get; set; }
Public Property Separator As String