'Declaration Public Overloads Function OpenExcel( _ ByVal fileName As String _ ) As Boolean
'Declaration
Public Overloads Function OpenExcel( _ ByVal fileName As String _ ) As Boolean
'Usage Dim instance As FpSpread Dim fileName As String Dim value As Boolean value = instance.OpenExcel(fileName)
'Usage
Dim instance As FpSpread Dim fileName As String Dim value As Boolean value = instance.OpenExcel(fileName)
public bool OpenExcel( string fileName )
FpSpread1.OpenExcel("test.xls");
FpSpread1.OpenExcel("test.xls")
FpSpread Class FpSpread Members Overload List
Saving to an Excel-Formatted File
Microsoft Excel