Uses of Class
EasyXLS.ExcelColumn
-
Uses of ExcelColumn in EasyXLS
Modifier and TypeMethodDescriptionExcelColumn.Clone()
Creates and returns a copy of this object.ExcelTable.easy_getColumnAt(int column)
Returns the column at the specified position.Modifier and TypeMethodDescriptionvoid
ExcelTable.easy_addColumn(ExcelColumn columnData)
Adds the specified column to table.
This method is overridden as easy_addColumn_2 in COM+ version of EasyXLS.
void
ExcelTable.easy_insertColumn(int column, ExcelColumn columnData)
Inserts the specified column to table into the specified position.