Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / Spin Property


In This Topic
    Spin Property (GcNumberCellType)
    In This Topic
    Gets the spin function settings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Spin As NumberSpin
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As NumberSpin
     
    value = instance.Spin
    public NumberSpin Spin {get;}

    Property Value

    A DateSpin value that indicates the spin function settings.
    Remarks
    The spin behaviors can be customized by setting this Spin property.
    See Also