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