Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelDownloadType - Xamarin.iOS 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 Description
    ExcelDownloadType

    PromptDialog

    Prompt dialog should be displayed.

    Declaration
    public const ExcelDownloadType PromptDialog
    Field Value
    Type Description
    ExcelDownloadType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved