XLSDocument Constructor (String, String, String, 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,
string pFTPPfad,
string pUsername,
string pPassword,
bool pEdit = true
)
Public Sub New (
pFile As String,
pFTPPfad As String,
pUsername As String,
pPassword As String,
Optional pEdit As Boolean = true
)
Parameters
- pFile
- Type: SystemString
XLS document file name to open - pFTPPfad
- Type: SystemString
FTP server path - pUsername
- Type: SystemString
FTP server user name - pPassword
- Type: SystemString
FTP server password - pEdit (Optional)
- Type: SystemBoolean
Edit possible (default editable)
See Also