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}".

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

Syntax

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

Remarks

When an index entry occurs on consecutive pages in a document (e.g. on pages 3, 4 and 5), those occurrences are collapsed into a range ("3-5" in that case). PageRangeFormat is used to format those ranges.

See Also