Uses of Class
EasyXLS.ExcelRow
Namespaces that use ExcelRow
-
Uses of ExcelRow in EasyXLS
Modifier and TypeMethodDescriptionExcelRow.Clone()Creates and returns a copy of this object.ExcelTable.easy_getRowAt(int row) Returns the row at specified position.Modifier and TypeMethodDescriptionvoidExcelTable.easy_addRow(ExcelRow rowData) Adds the specified row to table.
This method is overridden as easy_addRow_2 in COM+ version of EasyXLS.voidExcelTable.easy_insertRow(int row, ExcelRow rowData) Inserts the specified row to table into the specified position.