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


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