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


In This Topic
    Delete Method (TableStyle)
    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