'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.
Property | Description |
---|---|
FileName | Gets or sets the Excel file name. |
Flag | Gets or sets password of Excel file. |
Password | Gets or sets the Excel save options |
See Also