Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionView Class / Delete Method


In This Topic
    Delete Method (ExpressionView)
    In This Topic
    Removes the expression view from the owner Worksheet.
    Syntax
    'Declaration
     
    
    Public Sub Delete() 
    'Usage
     
    
    Dim instance As ExpressionView
     
    instance.Delete()
    public void Delete()
    See Also