IsSpreadXmlFile Method (FpSpread)
In This Topic
Opens the specified file and determines whether it meets the minimal requirements to be considered a Spread XML file.
Syntax
'Declaration
Public Function IsSpreadXmlFile( _
ByVal As String _
) As Boolean
'Usage
Dim instance As FpSpread
Dim fileName As String
Dim value As Boolean
value = instance.IsSpreadXmlFile(fileName)
public bool IsSpreadXmlFile(
string
)
Parameters
- fileName
- String that contains the path and file name
See Also