Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

TableStyleCollection Methods

A collection of table and pivot table styles contained in the workbook.
Name Description
Add(String) Creates a new table or pivot table style with the specified name and appends it to the collection of styles.
Contains(String) Indicates whether the collection contains the table or pivot table style under the specified name.
Remove(String) Removes the table or pivot table style with the specified name from the collection.
See Also