Saves the contents of the Spread component to Excel in the specified file.
Syntax
'Declaration
Public Overloads Function SaveExcel( _
ByVal As String _
) As Boolean
'Usage
Dim instance As FpSpread
Dim fileName As String
Dim value As Boolean
value = instance.SaveExcel(fileName)
public bool SaveExcel(
string
)
Parameters
- fileName
- Path and file name of Excel file
See Also