[]
Opens the specified file and determines whether it meets the minimal requirements to be considered a Spread XML file.
public bool IsSpreadXmlFile(string fileName)
Public Function IsSpreadXmlFile(fileName As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | fileName | String that contains the path and file name |
| Type | Description |
|---|---|
| bool | True if is a Spread XML file; false otherwise. |