Click or drag to resize

Excel Constructor

Initialize a new Excel instance.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Excel(
	string name = "",
	string label = "",
	int maxRows = 0,
	bool hidden = false,
	bool loose = true
)

Parameters

name  String  (Optional)
The workbook name.
label  String  (Optional)
The workbook label.
maxRows  Int32  (Optional)
The maximum number of rows.
hidden  Boolean  (Optional)
If , the workbook window is hidden.
loose  Boolean  (Optional)
If , loose storage semantics are used.
See Also