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


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