'Declaration
Protected Function IsValidValueArrayFormula( _ ByVal formula As String, _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
'Usage
Dim instance As InputFormulaForm Dim formula As String Dim row As Integer Dim column As Integer Dim value As Boolean value = instance.IsValidValueArrayFormula(formula, row, column)
Parameters
- formula
- The formula text.
- row
- An integer value indicates the context row.
- column
- An integer value indicates the context column.
Return Value
true
if the formula represents a reference formula; otherwise, false
.