Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / SpinWrap Property


In This Topic
    SpinWrap Property (CurrencyCellType)
    In This Topic
    Gets or sets whether the value wraps when the minimum or maximum is reached.
    Syntax
    'Declaration
     
    
    Public Property SpinWrap As Boolean
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Boolean
     
    instance.SpinWrap = value
     
    value = instance.SpinWrap
    public bool SpinWrap {get; set;}
    See Also