Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IPrimitiveValue Interface / SetValue Method / SetValue(Object,Boolean) Method
The System.Object value to set.


In This Topic
SetValue(Object,Boolean) Method
In This Topic
Sets the System.Object value.
Syntax
'Declaration
 
Overloads Sub SetValue( _
   ByVal value As Object, _
   Optional ByVal directValue As Boolean _
) 
 
'Usage
 
Dim instance As IPrimitiveValue
Dim value As Object
Dim directValue As Boolean
 
instance.SetValue(value, directValue)

Parameters

value
The System.Object value to set.
directValue
See Also