Click or drag to resize

CharRange Constructor (Char, Char)

Initializes a new instance of the CharRange class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public CharRange(
	char from,
	char to
)

Parameters

from
Type: SystemChar

[Missing <param name="from"/> documentation for "M:Stimulsoft.Report.CharRange.#ctor(System.Char,System.Char)"]

to
Type: SystemChar

[Missing <param name="to"/> documentation for "M:Stimulsoft.Report.CharRange.#ctor(System.Char,System.Char)"]

See Also