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


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

    Property Value

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