Gets or sets a string used to delimit an index entry and the list of that entry's occurrences (page numbers) in the generated index.

The default is ", " (comma followed by space).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string TermDelimiter { get; set; }
Visual Basic
Public Property TermDelimiter As String
	Get
	Set

See Also