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

    Parameters

    value
    The EnumSet of IgnoredErrorType.
    See Also