Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / Minimum Property


In This Topic
    Minimum Property (SliderCellType)
    In This Topic
    Gets or sets the minimum value for user entry.
    Syntax
    'Declaration
     
    
    Public Property Minimum As Integer
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As Integer
     
    instance.Minimum = value
     
    value = instance.Minimum
    public int Minimum {get; set;}
    See Also