FillChar Property (RenderIndex)
Gets or sets a character used to fill the empty space between an index entry's
Caption and the page number or numbers referencing the occurrences of that entry. This property is only used if
PageNumbersAtRight on the current
RenderIndex has been set to
true.
The default is a dot ('.').
public char FillChar {get; set;}
'Declaration
Public Property FillChar As Char