Spread Windows Forms 12.0 Product Documentation
Object Property (CellValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : Object Property
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
public object Object {get; set;}

Property Value

An System.Object value represents the value.
See Also

Reference

CellValue Structure
CellValue Members