[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle.Delete

Delete Method

Delete()

Deletes the ITableStyle object.

Declaration
void Delete()
Sub Delete()
Examples
ITableStyle customStyle = workbook.TableStyles.Add("TemporaryStyle");
customStyle.Delete();
bool exists = workbook.TableStyles.Contains("TemporaryStyle");