Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / Delete() Method


In This Topic
    Delete() Method
    In This Topic
    Delete this TableStyle from the table style collection.
    Syntax
    'Declaration
     
    
    Public Sub Delete() 
    'Usage
     
    
    Dim instance As TableStyle
     
    instance.Delete()
    public void Delete()
    See Also