public abstract class AbstractTableAdv extends Object implements STable, Serializable
Constructor and Description |
---|
AbstractTableAdv() |
Modifier and Type | Method and Description |
---|---|
abstract void |
deleteCols(int col1,
int col2) |
abstract void |
deleteRows(int row1,
int row2) |
abstract SCellStyle |
getCellStyle(int row,
int col) |
abstract void |
insertCols(int col1,
int col2,
boolean insertLeft) |
abstract void |
insertRows(int row1,
int row2) |
abstract void |
refreshFilter() |
abstract boolean |
shiftCols(int offset) |
abstract boolean |
shiftRows(int offset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addColumn, createAutoFilter, deleteAutoFilter, enableAutoFilter, getAllRegion, getAutoFilter, getBook, getColumnAt, getColumns, getColumnsRegion, getDataRegion, getDisplayName, getHeaderRowCount, getHeadersRegion, getItemRegion, getName, getTableStyleInfo, getThisRowRegion, getTotalsRegion, getTotalsRowCount, setDisplayName, setHeaderRowCount, setName, setTotalsRowCount
public abstract SCellStyle getCellStyle(int row, int col)
public abstract void deleteRows(int row1, int row2)
public abstract void deleteCols(int col1, int col2)
public abstract boolean shiftCols(int offset)
public abstract boolean shiftRows(int offset)
public abstract void insertRows(int row1, int row2)
public abstract void insertCols(int col1, int col2, boolean insertLeft)
public abstract void refreshFilter()
Copyright © 2020. All rights reserved.