OpenSpreadFile Method (FpSpread)
Opens a saved Spread file.
'Declaration
Public Function OpenSpreadFile( _
ByVal As String, _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As FpSpread
Dim fileName As String
Dim sheetIndex As Integer
Dim value As Boolean
value = instance.OpenSpreadFile(fileName, sheetIndex)
Parameters
- fileName
- Path and name of the Spread-compatible file from which to load the contents
- sheetIndex
- Index of sheet into which to load the data