GrapeCity.Xaml.SpreadSheet.Data
ScaleValue Constructor


GrapeCity.Xaml.SpreadSheet.Data Namespace > ScaleValue Class : ScaleValue Constructor
The type.
The value.
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

Reference

ScaleValue Class
ScaleValue Members