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

TableStyle Members

A named table or pivot table style.

Properties

Name Description
BuiltIn Indicates whether the table or pivot table style is built-in.
IsPivotStyle Gets or sets a value indicating whether the current style is used to format a pivot table.
IsTableStyle Gets or sets a value indicating whether the current style is used to format a table.
Name Gets or sets the name of the table or pivot table style.
TableStyleElements Provides access to table style elements.

Methods

Name Description
BeginUpdate() Locks the TableStyle object by preventing visual updates until the EndUpdate method is called.
Duplicate() Creates a copy of the table or pivot table style.
Duplicate(String) Creates a copy of the table or pivot table style with the specified name.
EndUpdate() Unlocks the TableStyle object after a call to the BeginUpdate method and causes an immediate visual update.
See Also