Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static InsertShiftDirection |
InsertShiftDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertShiftDirection[] |
InsertShiftDirection.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.insert(InsertShiftDirection direction)
Inserts a cell by shifting cells in the specified direction.
|
void |
CellRange.insert(InsertShiftDirection direction)
Inserts a range by shifting cells in the specified direction.
|
abstract void |
AbstractRange.insert(InsertShiftDirection direction)
Inserts a range by shifting cells in the specified direction.
|
© GemBox Ltd. — All rights reserved.