Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static IgnoredErrorTypes |
IgnoredErrorTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgnoredErrorTypes[] |
IgnoredErrorTypes.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<IgnoredErrorTypes> |
IgnoredErrorTypes.all()
Ignore all errors.
|
EnumSet<IgnoredErrorTypes> |
IgnoredError.getErrorTypes()
Gets the ignored error types.
|
Modifier and Type | Method and Description |
---|---|
IgnoredError |
IgnoredErrorCollection.add(String appliesTo,
EnumSet<IgnoredErrorTypes> errorTypes)
Adds a new instance of an
IgnoredError which instructs application to ignore all errors specified in the errorTypes parameter on the sequence of references to cell ranges specified in the appliesTo parameter. |
void |
IgnoredError.setErrorTypes(EnumSet<IgnoredErrorTypes> ignoredErrorTypes)
Sets the ignored error types.
|
© GemBox d.o.o. — All rights reserved.