StiExcelOptions Constructor |
Namespace:
Stimulsoft.Base
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public StiExcelOptions(
byte[] content,
bool firstRowIsHeader = false
)
Public Sub New (
content As Byte(),
Optional firstRowIsHeader As Boolean = 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