SaveExcelToResponse(String) Method
In This Topic
Saves the contents of the Spread component to a Response object in Excel file format with the specified file name.
Syntax
'Declaration
Public Overloads Function SaveExcelToResponse( _
ByVal As String _
) As Boolean
'Usage
Dim instance As FpSpread
Dim fileName As String
Dim value As Boolean
value = instance.SaveExcelToResponse(fileName)
public bool SaveExcelToResponse(
string
)
Parameters
- fileName
- File name
Example
This example uses the SaveExcelToResponse method.
See Also