Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
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. |
IgnoredError |
IgnoredErrorCollection.get(int index)
Gets the
IgnoredError at the specified index. |
Modifier and Type | Method and Description |
---|---|
Iterator<IgnoredError> |
IgnoredErrorCollection.iterator()
Returns an iterator that iterates through the
IgnoredErrorCollection . |
Modifier and Type | Method and Description |
---|---|
boolean |
IgnoredErrorCollection.remove(IgnoredError ignoredError)
Removes the specified
IgnoredError from the IgnoredErrorCollection . |
© GemBox d.o.o. — All rights reserved.