WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelExportEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelExportEventArgs

    Event argument shown before exporting to excel

    Inheritance
    System.Object
    System.EventArgs
    ExcelExportEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Windows.Client.Olap
    Assembly: Syncfusion.OlapClient.WPF.dll
    Syntax
    public class ExcelExportEventArgs : EventArgs

    Constructors

    ExcelExportEventArgs(ExcelFileFormats)

    Initializes a new instance of the ExcelExportEventArgs class.

    Declaration
    public ExcelExportEventArgs(ExcelFileFormats Format)
    Parameters
    Type Name Description
    ExcelFileFormats Format

    The format.

    Properties

    FileFormat

    Gets or sets the excel file format.

    Declaration
    public ExcelFileFormats FileFormat { get; set; }
    Property Value
    Type Description
    ExcelFileFormats
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved