Click or drag to resize

XLSDocument Constructor (String, Boolean)

Initializes a new instance of the XLSDocument class. Constructor with parameter

Namespace:  SIC.OpenDocumentFormat.XLS
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public XLSDocument(
	string pFile,
	bool pEdit = true
)

Parameters

pFile
Type: SystemString
XLS document file name to open
pEdit (Optional)
Type: SystemBoolean
Edit possible (default editable)
See Also