Spread for ASP.NET 12 Product Documentation
ExportExcel Event


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ExportExcel Event
Occurs before saving Spread to Excel.
Syntax
'Declaration
 
Public Event ExportExcel As SaveExcelEventHandler
'Usage
 
Dim instance As FpSpread
Dim handler As SaveExcelEventHandler
 
AddHandler instance.ExportExcel, handler
public event SaveExcelEventHandler ExportExcel
Event Data

The event handler receives an argument of type SaveExcelEventArgs containing data related to this event. The following SaveExcelEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the Excel file name.  
Gets or sets password of Excel file.  
Gets or sets the Excel save options  
See Also