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


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