[]
Opens the specified file and determines whether it meets the minimal requirements to be considered a Spread SS file.
public bool IsSpreadSSFile(string fileName)
Public Function IsSpreadSSFile(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 SS file; false otherwise. |