Spread Windows Forms 12.0 Product Documentation
FormulaArray Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : FormulaArray Property
Gets or sets the array formula for this IRange.
Syntax
'Declaration
 
Property FormulaArray As String
'Usage
 
Dim instance As IRange
Dim value As String
 
instance.FormulaArray = value
 
value = instance.FormulaArray
string FormulaArray {get; set;}

Property Value

A string value represents the array formula of this IRange.
See Also

Reference

IRange Interface
IRange Members