Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / IsValidValueArrayFormula(String,Int32,Int32) Method
The formula text.
An integer value indicates the context row.
An integer value indicates the context column.


In This Topic
    IsValidValueArrayFormula(String,Int32,Int32) Method
    In This Topic
    Gets a boolean value indicating whether the formula represents an value array formula.
    Syntax
    '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)
    protected bool IsValidValueArrayFormula( 
       string formula,
       int row,
       int 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.
    See Also