[]
Deletes the ITableStyle object.
void Delete()
Sub Delete()
ITableStyle customStyle = workbook.TableStyles.Add("TemporaryStyle"); customStyle.Delete(); bool exists = workbook.TableStyles.Contains("TemporaryStyle");