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


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