Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / OptionButtons Property


In This Topic
    OptionButtons Property (IWorksheet)
    In This Topic
    Gets the list of option button controls of this IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property OptionButtons As IOptionButtons
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IOptionButtons
     
    value = instance.OptionButtons
    IOptionButtons OptionButtons {get;}
    See Also