WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridExcelExportStartOptions

    Show / Hide Table of Contents

    Class TreeGridExcelExportStartOptions

    Provides data for TreeGridExcelExport event.

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    TreeGridExcelExportStartOptions
    Inherited Members
    GridHandledEventArgs.Handled
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid.Export
    Assembly: Syncfusion.GridExport.WinUI.dll
    Syntax
    public sealed class TreeGridExcelExportStartOptions : GridHandledEventArgs

    Constructors

    TreeGridExcelExportStartOptions(IWorksheet, ExportCellType, IStyle, Object)

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

    Properties

    CellType

    Gets the type of cell being exported.

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

    One of the ExportCellType enumeration values that specifies the type of the cell being exported. The default value is HeaderCell.

    Style

    Gets or sets the style for the cell being exported.

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

    Worksheet

    Gets or sets the worksheet for the cell being exported.

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