Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ScaleValue Class / ScaleValue Constructor
The type.
The value.


In This Topic
    ScaleValue Constructor
    In This Topic
    Constructs a scale value with the specified type and value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As ScaleValueType, _
       ByVal value As Object _
    )
    'Usage
     
    Dim type As ScaleValueType
    Dim value As Object
     
    Dim instance As New ScaleValue(type, value)
    public ScaleValue( 
       ScaleValueType type,
       object value
    )

    Parameters

    type
    The type.
    value
    The value.
    See Also