Class ExportDataTableEventArgs
Represents the event settings to export data to a data table
Inheritance
System.Object
ExportDataTableEventArgs
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ExportDataTableEventArgs : EventArgs
Properties
CellRange
Gets the Excel cell range.
Declaration
public IRange CellRange { get; }
Property Value
Type |
---|
IRange |
ColumnType
System type that gets the column type of the data table. Read only.
Declaration
public Type ColumnType { get; }
Property Value
Type |
---|
System.Type |
DataTableColumnIndex
Gets the column index of the data table that is beign updated.
Declaration
public int DataTableColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
DataTableValue
Gets or sets a value in the data table.
Declaration
public object DataTableValue { get; set; }
Property Value
Type |
---|
System.Object |
ExcelColumnIndex
Gets the column index of the data table that is being updated.
Declaration
public int ExcelColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
ExcelRowIndex
Gets the Excel row index that is being exported to the data table.
Declaration
public int ExcelRowIndex { get; }
Property Value
Type |
---|
System.Int32 |
ExcelValue
Gets the Excel cell value that is being exported to the data table.
Declaration
public object ExcelValue { get; }
Property Value
Type |
---|
System.Object |
ExportDataTableAction
Gets or sets the export data table event action.
Declaration
public ExportDataTableActions ExportDataTableAction { get; set; }
Property Value
Type |
---|
ExportDataTableActions |