GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / FormulaArray Property


In This Topic
FormulaArray Property (IRange)
In This Topic
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

Property Value

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