Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Open Method / Open(String) Method
Path and name of file from which to load the data


In This Topic
Open(String) Method
In This Topic
Opens a saved XML file.
Syntax
'Declaration
 
Public Overloads Function Open( _
   ByVal fileName As String _
) As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim fileName As String
Dim value As Boolean
 
value = instance.Open(fileName)

Parameters

fileName
Path and name of file from which to load the data
See Also