Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Object Property


In This Topic
Object Property (CellValue)
In This Topic
Gets the System.Object value.
Syntax
'Declaration
 
Public Property Object As Object
 
'Usage
 
Dim instance As CellValue
Dim value As Object
 
instance.Object = value
 
value = instance.Object

Property Value

An System.Object value represents the value.
See Also