Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / Min Property


In This Topic
    Min Property (IControlFormat)
    In This Topic
    Gets or sets the minimum value of a scroll bar or spinner range.
    Syntax
    'Declaration
     
    
    Property Min As Integer
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As Integer
     
    instance.Min = value
     
    value = instance.Min
    int Min {get; set;}
    See Also