WPF

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

    Show / Hide Table of Contents

    Class TreeGridExcelExportingEventArgs

    Provides data for TreeGridExcelExportingEventHandler .

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    TreeGridExcelExportingEventArgs
    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.TreeGrid.Converter
    Assembly: Syncfusion.SfGridConverter.WPF.dll
    Syntax
    public sealed class TreeGridExcelExportingEventArgs : GridHandledEventArgs

    Constructors

    TreeGridExcelExportingEventArgs(IWorksheet, TreeGridCellType, IStyle, Object)

    Declaration
    public TreeGridExcelExportingEventArgs(IWorksheet worksheet, TreeGridCellType exportCellType, IStyle style, object treeGrid)
    Parameters
    Type Name Description
    IWorksheet worksheet
    TreeGridCellType exportCellType
    IStyle style
    System.Object treeGrid

    Properties

    CellType

    Gets or sets a value that specifies the export CellType.

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

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

    Style

    Gets or sets a value that specifies the CellStyle.

    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