ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleExcelExport - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleExcelExport

    Inheritance
    System.Object
    ScheduleExcelExport
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class ScheduleExcelExport

    Constructors

    ScheduleExcelExport()

    Declaration
    public ScheduleExcelExport()

    Properties

    AppointmentCollection

    Gets or sets the appointmentCollection type.

    Declaration
    public IEnumerable AppointmentCollection { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    It accepts the appointmentCollection type.

    ContentType

    Gets or sets the excel content type.

    Declaration
    public ExcelHttpContentType ContentType { get; set; }
    Property Value
    Type Description
    ExcelHttpContentType

    It accepts the content type.

    DownloadType

    Gets or sets the Excel download type of the file.

    Declaration
    public ExcelDownloadType DownloadType { get; set; }
    Property Value
    Type Description
    ExcelDownloadType

    It accepts the Excel download type of the file.

    ExcelFormat

    Gets or sets the excel format.

    Declaration
    public ExportFormat ExcelFormat { get; set; }
    Property Value
    Type Description
    ExportFormat

    It accepts the excel format.

    Excelversion

    Gets or sets the excel version.

    Declaration
    public ExcelVersion Excelversion { get; set; }
    Property Value
    Type Description
    ExcelVersion

    It accepts the excel version.

    FileName

    Gets or sets the name of the file.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the name of the file.

    WorkBook

    Gets or sets the excel workbook.

    Declaration
    public IWorkbook WorkBook { get; set; }
    Property Value
    Type Description
    IWorkbook

    It accepts the excel workbook

    WorkSheet

    Gets or sets the excel workbook.

    Declaration
    public IWorksheet WorkSheet { get; set; }
    Property Value
    Type Description
    IWorksheet

    It accepts the excel workbook

    Methods

    Export(IEnumerable, String, ExcelVersion)

    Declaration
    public IWorkbook Export(IEnumerable appointments, string fileName, ExcelVersion excelVersion)
    Parameters
    Type Name Description
    System.Collections.IEnumerable appointments
    System.String fileName
    ExcelVersion excelVersion
    Returns
    Type Description
    IWorkbook

    GetExcelVersion(ExcelVersion)

    Declaration
    public ExcelVersion GetExcelVersion(ExcelVersion excelVersion)
    Parameters
    Type Name Description
    ExcelVersion excelVersion
    Returns
    Type Description
    ExcelVersion

    GetFileName(String)

    Declaration
    public string GetFileName(string fileName)
    Parameters
    Type Name Description
    System.String fileName
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved