Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SafeAbort Method
FpSpread component


In This Topic
    SafeAbort Method
    In This Topic
    Handles the closing of the abort dialog in the specified FpSpread component in a separate thread.
    Syntax
    'Declaration
     
    
    Public Sub SafeAbort( _
       ByVal spread As FpSpread _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim spread As FpSpread
     
    instance.SafeAbort(spread)
    public void SafeAbort( 
       FpSpread spread
    )

    Parameters

    spread
    FpSpread component
    See Also