FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / Value Property


In This Topic
Value Property (Cell)
In This Topic
Gets or sets the value in a cell.
Syntax
'Declaration
 
Public Property Value As Object
 
'Usage
 
Dim instance As Cell
Dim value As Object
 
instance.Value = value
 
value = instance.Value
See Also