Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / Maximum Property


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