PageRangeFormat Property (RenderIndex)
In This Topic
Gets or sets a format string used to format the page ranges of occurrences of index entries in the generated index.
The default is "{0}-{1}".
Syntax
'Declaration
Public Property PageRangeFormat As String
public string PageRangeFormat {get; set;}
See Also