Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyle Interface / Delete Method


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