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


In This Topic
    Value Property (ISpinner)
    In This Topic
    Gets or sets an integer value that represents the value of a spinner range.
    Syntax
    'Declaration
     
    Property Value As Integer
    'Usage
     
    Dim instance As ISpinner
    Dim value As Integer
     
    instance.Value = value
     
    value = instance.Value
    int Value {get; set;}
    See Also