Back to Devexpress

Style Methods

officefileapi-devexpress-dot-spreadsheet-dot-style-dot-underscore-methods.md

latest1.7 KB
Original Source

Style Methods

A named cell style.

NameDescription
BeginUpdate()Locks the Formatting object. Prevents visual updates until the EndUpdate method calls. Inherited from Formatting.
CopyFrom(BuiltInStyleId)Duplicates the format settings of the specified built-in style into the current Style instance.
EndUpdate()Unlocks the Formatting object after you call BeginUpdate. It also causes an immediate visual update. Inherited from Formatting.
Equals(Object)Determines whether or not the specified object is equal to the current Formatting instance. Inherited from Formatting.
Reset()Resets the built-in style to its original settings, and resets the Normal style to StyleCollection.DefaultStyle.

See Also

Style Interface

Style Members

DevExpress.Spreadsheet Namespace