Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / SetValue(Object) Method
The System.Object value to set.


In This Topic
SetValue(Object) Method
In This Topic
Sets the System.Object value.
Syntax
'Declaration
 
Public Sub SetValue( _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As CellValue
Dim value As Object
 
instance.SetValue(value)

Parameters

value
The System.Object value to set.
See Also