Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheet Interface / Buttons Property


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