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


In This Topic
    SpinButton Property (CurrencyCellType)
    In This Topic
    Gets or sets whether a spin button is displayed when editing.
    Syntax
    'Declaration
     
    
    Public Property SpinButton As Boolean
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Boolean
     
    instance.SpinButton = value
     
    value = instance.SpinButton
    public bool SpinButton {get; set;}
    See Also