Click or drag to resize

StiExcelDatabase Constructor (String, String, String, Boolean)

Initializes a new instance of the StiExcelDatabase class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiExcelDatabase(
	string name,
	string pathData,
	string key,
	bool firstRowIsHeader
)

Parameters

name
Type: SystemString

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

pathData
Type: SystemString

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

key
Type: SystemString

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

firstRowIsHeader
Type: SystemBoolean

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

See Also