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


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