Class ExcelDownloadType
Enumeration to specify if the spreadsheet should be opened inside browser or saved as an attachment to disk.
Inheritance
System.Object
ExcelDownloadType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelDownloadType : Enum
Fields
Open
File should be opened in browser.
Declaration
public const ExcelDownloadType Open
Field Value
Type |
---|
ExcelDownloadType |
PromptDialog
Prompt dialog should be displayed.
Declaration
public const ExcelDownloadType PromptDialog
Field Value
Type |
---|
ExcelDownloadType |