PrintDocument for WinForms
PageRangeFormat プロパティ (RenderIndex)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderIndex クラス : PageRangeFormat プロパティ
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}".

シンタックス
'宣言
 
Public Property PageRangeFormat As System.String
'使用法
 
Dim instance As RenderIndex
Dim value As System.String
 
instance.PageRangeFormat = value
 
value = instance.PageRangeFormat
public System.string PageRangeFormat {get; set;}
解説
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.
参照

RenderIndex クラス
RenderIndex メンバ