WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridExcelExportingEventArgs - WPF API Reference | Syncfusion GridExcelExportingEventhandler . ">

    Show / Hide Table of Contents

    Class GridExcelExportingEventArgs

    Provides data for GridExcelExportingEventhandler .

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridExcelExportingEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    GridEventArgs.OriginalSender
    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.UI.Xaml.Grid.Converter
    Assembly: Syncfusion.SfGridConverter.WPF.dll
    Syntax
    public sealed class GridExcelExportingEventArgs : GridHandledEventArgs

    Constructors

    GridExcelExportingEventArgs(IWorksheet, ExportCellType, ExportCellStyle, Object)

    Declaration
    public GridExcelExportingEventArgs(IWorksheet worksheet, ExportCellType exportCellType, ExportCellStyle exportCellStyle, object dataGrid)
    Parameters
    Type Name Description
    IWorksheet worksheet
    ExportCellType exportCellType
    ExportCellStyle exportCellStyle
    System.Object dataGrid

    GridExcelExportingEventArgs(IWorksheet, ExportCellType, IStyle, ExportCellStyle, Int32, Object)

    Declaration
    public GridExcelExportingEventArgs(IWorksheet worksheet, ExportCellType exportCellType, IStyle style, ExportCellStyle exportCellStyle, int childLevel, object dataGrid)
    Parameters
    Type Name Description
    IWorksheet worksheet
    ExportCellType exportCellType
    IStyle style
    ExportCellStyle exportCellStyle
    System.Int32 childLevel
    System.Object dataGrid

    Properties

    CellStyle

    Gets or sets a value that specifies the CellStyle.

    Declaration
    public ExportCellStyle CellStyle { get; set; }
    Property Value
    Type Description
    ExportCellStyle

    CellType

    Gets or sets a value that specifies the export CellType.

    Declaration
    public ExportCellType CellType { get; }
    Property Value
    Type Description
    ExportCellType

    One of the ExportCellType enumeration that specifies the export CellType. The default mode is HeaderCell.

    Level

    Gets a value that specifies the level of the currently exporting DataGrid. It is 0 for Parent dataGrid, 1 for First Level Nested DataGrid, and so on.

    Declaration
    public int Level { get; }
    Property Value
    Type Description
    System.Int32

    Style

    Declaration
    public IStyle Style { get; }
    Property Value
    Type Description
    IStyle

    WorkSheet

    Gets a value that specifies the WorkSheet.

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