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

    Parameters

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