menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelDownloadType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved