Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / OnRemoved Method
Worksheet that table is removed.


In This Topic
    OnRemoved Method
    In This Topic
    Occurs when current Table is removed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRemoved( _
       ByVal worksheet As Worksheet _
    ) 
    'Usage
     
    
    Dim instance As Table
    Dim worksheet As Worksheet
     
    instance.OnRemoved(worksheet)
    protected virtual void OnRemoved( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    Worksheet that table is removed.
    See Also