SaveExcelToResponse(String,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, _
ByVal As String _
) As Boolean
'Usage
Dim instance As FpSpread
Dim fileName As String
Dim password As String
Dim value As Boolean
value = instance.SaveExcelToResponse(fileName, password)
public bool SaveExcelToResponse(
string ,
string
)
Parameters
- fileName
- File name
- password
- Password of file
Example
This example uses the SaveExcelToResponse method.
See Also