PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderIndex Class / TermDelimiter Property

In This Topic
    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