Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / OpenXml Method / OpenXml(String) Method
The path and name of the XML file.


In This Topic
    OpenXml(String) Method
    In This Topic
    Loads the data on the sheet from the specified XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub OpenXml( _
       ByVal fileName As String _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim fileName As String
     
    instance.OpenXml(fileName)
    public void OpenXml( 
       string fileName
    )

    Parameters

    fileName
    The path and name of the XML file.
    See Also