Document Constructor (String) |  |
Constructor with parameter File name. If doesn't exist file then create a new file document
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic Document(
string pFile
)
Public Sub New (
pFile As String
)
Parameters
- pFile
- Type: SystemString
File name include path
Remarks
See Also