Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / ICheckBox Interface / setIsChecked Method
@code:False - Unchecked, @code:true - Checked, @code:null - Mixed
In This Topic
    setIsChecked Method
    In This Topic
    Sets whether the ICheckBox is checked.
    Syntax
    void setIsChecked( 
       java.lang.boolean value
    )

    Parameters

    value
    @code:False - Unchecked, @code:true - Checked, @code:null - Mixed
    See Also