ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / Load Method
The file name for load.

In This Topic
    Load Method
    In This Topic
    Load document from the file with file name.
    Syntax
    'Declaration
     
    Public Sub Load( _
       ByVal fileName As System.String _
    ) 
    public void Load( 
       System.string fileName
    )

    Parameters

    fileName
    The file name for load.
    See Also