Spread Windows Forms 12.0 Product Documentation
FormulaArray Property (Cell)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Cell Class : FormulaArray Property
Get/Set array formula for cell range
Syntax
'Declaration
 
Public Property FormulaArray As String
'Usage
 
Dim instance As Cell
Dim value As String
 
instance.FormulaArray = value
 
value = instance.FormulaArray
public string FormulaArray {get; set;}
See Also

Reference

Cell Class
Cell Members