FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / SpinWrap Property


In This Topic
SpinWrap Property (NumberCellType)
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 NumberCellType
Dim value As Boolean
 
instance.SpinWrap = value
 
value = instance.SpinWrap
See Also