Enum ExcelDownloadType
Enumeration to specify if the spreadsheet should be opened inside browser or saved as an attachment to disk.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelDownloadType
Fields
Name | Description |
---|---|
Open | File should be opened in browser. |
PromptDialog | Prompt dialog should be displayed. |