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


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