Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / Value Property


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