[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.OpenSpreadFile

OpenSpreadFile Method

OpenSpreadFile(string, int)

Opens a saved Spread file.

Declaration
public bool OpenSpreadFile(string fileName, int sheetIndex)
Public Function OpenSpreadFile(fileName As String, sheetIndex As Integer) As Boolean
Parameters
Type Name Description
string fileName

Path and name of the Spread-compatible file from which to load the contents

int sheetIndex

Index of sheet into which to load the data

Returns
Type Description
bool