GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    DataTableCellToExcelCellConvertingEventArgs Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Arguments for DataTableCellToExcelCellConverting event.

    • C#
    • VB.NET
    [ComVisible(false)]
    public sealed class DataTableCellToExcelCellConvertingEventArgs
    <ComVisible(False)>
    Inheritance:
    System.Object
    DataTableCellToExcelCellConvertingEventArgs

    Properties

    DataTable

    Gets the source DataTable

    • C#
    • VB.NET
    public DataTable DataTable { get; }
    Public ReadOnly Property DataTable As DataTable
    Property Value
    System.Data.DataTable

    DataTableColumnIndex

    Gets the source column index in DataTable.

    • C#
    • VB.NET
    public int DataTableColumnIndex { get; }
    Public ReadOnly Property DataTableColumnIndex As Integer
    Property Value
    System.Int32

    DataTableRowIndex

    Gets the source row index in DataTable.

    • C#
    • VB.NET
    public int DataTableRowIndex { get; }
    Public ReadOnly Property DataTableRowIndex As Integer
    Property Value
    System.Int32

    DataTableValue

    Gets the source value from DataTable.

    • C#
    • VB.NET
    public object DataTableValue { get; }
    Public ReadOnly Property DataTableValue As Object
    Property Value
    System.Object

    ExcelCell

    Gets the destination ExcelCell.

    • C#
    • VB.NET
    public ExcelCell ExcelCell { get; }
    Public ReadOnly Property ExcelCell As ExcelCell
    Property Value
    ExcelCell

    ExcelCellValue

    Gets or sets the value which will be inserted into destination ExcelCell.

    • C#
    • VB.NET
    public object ExcelCellValue { get; set; }
    Public Property ExcelCellValue As Object
    Property Value
    System.Object
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.