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


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