Class GridExcelExportingEventArgs
Inheritance
System.Object
GridExcelExportingEventArgs
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class GridExcelExportingEventArgs : GridHandledEventArgs
Constructors
GridExcelExportingEventArgs(IWorksheet, ExportCellType, ExportCellStyle, Object)
Declaration
public GridExcelExportingEventArgs(IWorksheet worksheet, ExportCellType exportCellType, ExportCellStyle exportCellStyle, object dataGrid)
Parameters
GridExcelExportingEventArgs(IWorksheet, ExportCellType, IStyle, ExportCellStyle, Int32, Object)
Declaration
public GridExcelExportingEventArgs(IWorksheet worksheet, ExportCellType exportCellType, IStyle style, ExportCellStyle exportCellStyle, int childLevel, object dataGrid)
Parameters
Properties
CellStyle
Gets or sets a value that specifies the CellStyle.
Declaration
public ExportCellStyle CellStyle { get; set; }
Property Value
CellType
Gets or sets a value that specifies the export CellType.
Declaration
public ExportCellType CellType { get; }
Property Value
Level
Gets a value that specifies the level of the currently exporting DataGrid. It is 0 for Parent dataGrid, 1 for First Level Nested DataGrid, and so on.
Declaration
public int Level { get; }
Property Value
Type |
Description |
System.Int32 |
|
Style
Declaration
public IStyle Style { get; }
Property Value
WorkSheet
Gets a value that specifies the WorkSheet.
Declaration
public IWorksheet WorkSheet { get; set; }
Property Value
Extension Methods