Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / getIgnoredError Method
In This Topic
    getIgnoredError Method
    In This Topic
    Gets the error type of the range to be ignored.
    Syntax
    java.util.EnumSet<IgnoredErrorType> getIgnoredError()

    Return Value

    The EnumSet of IgnoredErrorType.
    See Also