Class ExportingToExcelEventArgs
Inheritance
System.Object
ExportingToExcelEventArgs
Assembly: Syncfusion.GridConverter.Wpf.dll
Syntax
public class ExportingToExcelEventArgs : EventArgs
Constructors
ExportingToExcelEventArgs(IRange, Boolean)
Declaration
public ExportingToExcelEventArgs(IRange range, bool handled)
Parameters
Type |
Name |
Description |
IRange |
range |
|
System.Boolean |
handled |
|
Properties
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
ExportStyle
Declaration
public bool ExportStyle { get; set; }
Property Value
Handled
Declaration
public bool Handled { get; set; }
Property Value
Range
Declaration
public IRange Range { get; set; }
Property Value
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Style
Declaration
public GridStyleInfo Style { get; }
Property Value