TermDelimiter Property (RenderIndex)
In This Topic
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).
Syntax
'Declaration
Public Property TermDelimiter As String
public string TermDelimiter {get; set;}
See Also