Uses of Class
EasyXLS.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 TypeMethodDescriptionvoid
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.