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

    Parameters

    fileName
    The file name for load.
    See Also