Package | Description |
---|---|
com.gembox.spreadsheet.calculationengine |
Contains types used to calculate cells formula.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetCalculationError |
SpreadsheetCalculationException.getError()
Gets the calculation error type.
|
static SpreadsheetCalculationError |
SpreadsheetCalculationError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetCalculationError[] |
SpreadsheetCalculationError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
SpreadsheetCalculationException.getErrorValue(SpreadsheetCalculationError error)
Gets the string value for provided calculation error type.
|
Constructor and Description |
---|
SpreadsheetCalculationException(SpreadsheetCalculationError error,
String msg)
Deprecated.
This method is internal and should not be used.
|
SpreadsheetCalculationException(SpreadsheetCalculationError error,
String msg,
RuntimeException inner)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.