Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ApplyEventArgs Class / ApplyEventArgs Constructor
New formula


In This Topic
    ApplyEventArgs Constructor
    In This Topic
    Creates a new apply event arguments object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newFormula As String _
    )
    'Usage
     
    
    Dim newFormula As String
     
    Dim instance As New ApplyEventArgs(newFormula)
    public ApplyEventArgs( 
       string newFormula
    )

    Parameters

    newFormula
    New formula
    See Also