Click or drag to resize

StiExcelOptions Constructor

Initializes a new instance of the StiExcelOptions class

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiExcelOptions(
	byte[] content,
	bool firstRowIsHeader = false
)

Parameters

content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.StiExcelOptions.#ctor(System.Byte[],System.Boolean)"]

firstRowIsHeader (Optional)
Type: SystemBoolean

[Missing <param name="firstRowIsHeader"/> documentation for "M:Stimulsoft.Base.StiExcelOptions.#ctor(System.Byte[],System.Boolean)"]

See Also