Uses of Class
EasyXLS.ExcelRow

Namespaces that use ExcelRow
Namespace
Description
 
  • Uses of ExcelRow in EasyXLS

    Methods in EasyXLS that return ExcelRow
    Modifier and Type
    Method
    Description
    ExcelRow.Clone()
    Creates and returns a copy of this object.
    ExcelTable.easy_getRowAt​(int row)
    Returns the row at specified position.
    Methods in EasyXLS with parameters of type ExcelRow
    Modifier and Type
    Method
    Description
    void
    ExcelTable.easy_addRow​(ExcelRow rowData)
    Adds the specified row to table.
    This method is overridden as easy_addRow_2 in COM+ version of EasyXLS.
    void
    ExcelTable.easy_insertRow​(int row, ExcelRow rowData)
    Inserts the specified row to table into the specified position.