Click or drag to resize

IntRange Constructor (Int32, Int32)

Initializes a new instance of the IntRange class

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

Parameters

from
Type: SystemInt32

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

to
Type: SystemInt32

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

See Also