Spread for ASP.NET 12 Product Documentation
SaveExcelToResponse(String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > SaveExcelToResponse Method : SaveExcelToResponse(String) Method
File name
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 fileName 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 fileName
)

Parameters

fileName
File name
See Also

Reference

FpSpread Class
FpSpread Members
Overload List