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


In This Topic
    RemoveQueryValueName Method
    In This Topic
    Removes the name of the query value.
    Syntax
    'Declaration
     
    
    Public Sub RemoveQueryValueName( _
       ByVal customName As String _
    ) 
    'Usage
     
    
    Dim instance As FormulaProvider
    Dim customName As String
     
    instance.RemoveQueryValueName(customName)
    public void RemoveQueryValueName( 
       string customName
    )

    Parameters

    customName
    Name of the custom.
    See Also