Back to Devexpress

TableStyle Members

officefileapi-devexpress-dot-spreadsheet-dot-tablestyle-dot-underscore-members.md

latest1.7 KB
Original Source

TableStyle Members

A named table or pivot table style.

Properties

NameDescription
BuiltInIndicates whether the table or PivotTable style is built-in.
IsPivotStyleGets or sets a value indicating whether the current style is used to format a pivot table.
IsTableStyleGets or sets a value indicating whether the current style is used to format a table.
NameGets or sets the name of the table or pivot table style.
TableStyleElementsProvides access to table style elements.

Methods

NameDescription
BeginUpdate()Locks the TableStyle object. Prevents visual updates until the EndUpdate method calls.
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 you call BeginUpdate. It also causes an immediate visual update.

See Also

TableStyle Interface

DevExpress.Spreadsheet Namespace