LowLevel.DocumentPath Constructor (String, String)

PicoXLSX

PicoXLSX

LowLevelDocumentPath Constructor (String, String)

Constructor with defined file name and path

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public DocumentPath(
	string filename,
	string path
)

Parameters

filename
Type: SystemString
File name of the document
path
Type: SystemString
Path of the document
See Also