Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.tables |
Contains types that constitute model of Tables.
|
Modifier and Type | Method and Description |
---|---|
static RemoveShiftDirection |
RemoveShiftDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveShiftDirection[] |
RemoveShiftDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelCell.remove(RemoveShiftDirection direction)
Removes a cell by shifting cells in the specified direction.
|
void |
CellRange.remove(RemoveShiftDirection direction)
Removes a range by shifting cells in the specified direction.
|
abstract void |
AbstractRange.remove(RemoveShiftDirection direction)
Removes a range by shifting cells in the specified direction.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCollection.remove(int index,
RemoveShiftDirection direction)
Removes the
Table at the specified index. |
boolean |
TableCollection.remove(Table table,
RemoveShiftDirection direction)
Removes the specified
Table . |
© GemBox d.o.o. — All rights reserved.