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


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

Parameters

value
The System.Boolean value to set.
See Also