Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IOptionButton Interface

In This Topic
    IOptionButton Interface Methods
    In This Topic

    For a list of all members of this type, see IOptionButton members.

    Public Methods
     NameDescription
     MethodGets the first group box that contains the option button.

    Option buttons in the same group box are in the same group.

    If the value is @code:null, the option button is in the default group.

    Option buttons in the same group will share the value of @code:ICellLinkControl.LinkedCell property.

    They will also affect the selection state of other option buttons in the same group.

     
     MethodGets whether the IOptionButton is checked.  
     MethodSets whether the IOptionButton is checked.  
    Top
    See Also