Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / AddQueryValueName Method
Name of the custom.


In This Topic
    AddQueryValueName Method
    In This Topic
    Adds the name of the query value which is used when parse and evaluate formula.
    Syntax
    'Declaration
     
    
    Public Sub AddQueryValueName( _
       ByVal customName As String _
    ) 
    'Usage
     
    
    Dim instance As FormulaProvider
    Dim customName As String
     
    instance.AddQueryValueName(customName)
    public void AddQueryValueName( 
       string customName
    )

    Parameters

    customName
    Name of the custom.
    See Also