ComponentOne Word for WPF
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 _
    ) 
    public void LoadFromOpenXml( 
       string fileName
    )

    Parameters

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