Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / ISpinner Interface / Max Property


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