menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridExcelExportingEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridExcelExportingEventArgs

    Provides data for TreeGridExcelExportingEventHandler .

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    TreeGridExcelExportingEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    GridHandledEventArgs.Handled
    Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
    Assembly: Syncfusion.SfGridConverter.UWP.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 TreeGridCellType enumeration that specifies the export CellType. The default mode is HeaderCell.

    Style

    Gets or sets the style for the cell being exported.

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

    WorkSheet

    Gets a value that specifies the WorkSheet.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved