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


In This Topic
    SpinButton Property (NumberCellType)
    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 NumberCellType
    Dim value As Boolean
     
    instance.SpinButton = value
     
    value = instance.SpinButton
    public bool SpinButton {get; set;}
    See Also