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


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