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


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

    Property Value

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