Click or drag to resize

StringRange Constructor (String, String)

Initializes a new instance of the StringRange class

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

Parameters

from
Type: SystemString

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

to
Type: SystemString

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

See Also