FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / Formula Property


In This Topic
Formula Property (Row)
In This Topic
Gets or sets the formula for cells in this row.
Syntax
'Declaration
 
Public Property Formula As String
 
'Usage
 
Dim instance As Row
Dim value As String
 
instance.Formula = value
 
value = instance.Formula
See Also