Spread WinForms 15
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / IsValidReferenceFormula Method
The formula text.
An integer value indicates the context row.
An integer value indicates the context column.
A GrapeCity.CalcEngine.RangeReference represents the evaluated reference of the formula.


In This Topic
IsValidReferenceFormula Method
In This Topic
Gets a boolean value indicating whether the formula represents a reference formula.
Syntax
'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.
See Also