Class TreeGridExcelExportingEventArgs
Provides data for TreeGridExcelExportingEventHandler .
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 |