Skip to main content
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 this table or PivotTable style.
Duplicate(String) Creates a copy of this table or PivotTable style and specifies the new style name.
EndUpdate() Unlocks the TableStyle object after a call to the BeginUpdate method and causes an immediate visual update.
See Also