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


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