DataTableCellToExcelCellConvertingEventArgs Class
Arguments for DataTableCellToExcelCellConverting event.
[ComVisible(false)]
public sealed class DataTableCellToExcelCellConvertingEventArgs<ComVisible(False)>- Inheritance:
- System.ObjectDataTableCellToExcelCellConvertingEventArgs
Properties
DataTable
Gets the source DataTable
Property Value
- System.Data.DataTable
DataTableColumnIndex
Gets the source column index in DataTable.
public int DataTableColumnIndex { get; }Public ReadOnly Property DataTableColumnIndex As IntegerProperty Value
- System.Int32
DataTableRowIndex
Gets the source row index in DataTable.
Property Value
- System.Int32
DataTableValue
Gets the source value from DataTable.
Property Value
- System.Object
ExcelCell
Gets the destination ExcelCell.
Property Value
ExcelCellValue
Gets or sets the value which will be inserted into destination ExcelCell.
Property Value
- System.Object