C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / LoadFromOpenXml Method / LoadFromOpenXml(String) Method
The file name of Word Open XML file.

In This Topic
LoadFromOpenXml(String) Method
In This Topic
Load document from the file in Open XML format.
Syntax
'Declaration
 
Public Overloads Sub LoadFromOpenXml( _
   ByVal fileName As String _
) 
 

Parameters

fileName
The file name of Word Open XML file.
See Also