Skip to main content
A newer version of this page is available. .
Row

TableStyle Methods

A named table or pivot table style.
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