Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CheckBoxCellType Class / setIsThreeState Method
True if the check box supports three states, false otherwise.
In This Topic
    setIsThreeState Method
    In This Topic
    Sets a value that indicates whether the check box supports three states.
    Syntax
    public void setIsThreeState( 
       boolean value
    )

    Parameters

    value
    True if the check box supports three states, false otherwise.
    See Also