Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ScaleValue Class / Value Property


In This Topic
    Value Property (ScaleValue)
    In This Topic
    Gets the scale value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    'Usage
     
    Dim instance As ScaleValue
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also