Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static ClearOptions |
ClearOptions.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
static ClearOptions |
ClearOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearOptions[] |
ClearOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<ClearOptions> |
ClearOptions.all()
Clears everything (content, formatting, comment and hyperlink).
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRange.clear(EnumSet<ClearOptions> options)
Clears the range (content, formatting, comment, hyperlink or all).
|
void |
ExcelCell.clearInternal(EnumSet<ClearOptions> options)
Deprecated.
This method is internal and should not be used.
|
void |
CellRange.clearInternal(EnumSet<ClearOptions> options)
Deprecated.
This method is internal and should not be used.
|
abstract void |
AbstractRange.clearInternal(EnumSet<ClearOptions> options)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.