ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word 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 System.String _
    ) 
    public void LoadFromOpenXml( 
       System.string fileName
    )

    Parameters

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