Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / Spin Property


In This Topic
    Spin Property (GcDateTimeCellType)
    In This Topic
    Gets the spin function settings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Spin As DateSpin
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As DateSpin
     
    value = instance.Spin
    public DateSpin 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