FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / FormulaArray Property


In This Topic
FormulaArray Property (CellFooter)
In This Topic
Get/Set array formula for cell range
Syntax
'Declaration
 
Public Property FormulaArray As String
 
'Usage
 
Dim instance As CellFooter
Dim value As String
 
instance.FormulaArray = value
 
value = instance.FormulaArray
See Also