Class TreeGridExcelExportStartOptions
Provides data for TreeGridExcelExport event.
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 |
|---|
| IStyle |
Worksheet
Gets or sets the worksheet for the cell being exported.
Declaration
public IWorksheet Worksheet { get; set; }
Property Value
| Type |
|---|
| IWorksheet |