menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SaveType - API Reference

    Show / Hide Table of Contents

    Class SaveType

    Represents save types.

    Inheritance
    System.Object
    SaveType
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public sealed class SaveType : Enum

    Fields

    Csv

    Represents Comma Separated Values csv type.

    Declaration
    public const SaveType Csv
    Field Value
    Type Description
    SaveType

    Pdf

    Represents Portable Document Format type.

    Declaration
    public const SaveType Pdf
    Field Value
    Type Description
    SaveType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Xls

    Represents Excel97to2003 xlsx type.

    Declaration
    public const SaveType Xls
    Field Value
    Type Description
    SaveType

    Xlsx

    Represents Excel xlsx type.

    Declaration
    public const SaveType Xlsx
    Field Value
    Type Description
    SaveType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved