Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / Min Property


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