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


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