LowLevel.DocumentPath Constructor (String, String)

NanoXLSX

NanoXLSX

LowLevelDocumentPath Constructor (String, String)

Constructor with defined file name and path

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
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