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

Style Methods

A named cell style.
Name Description
BeginUpdate() Locks the Formatting object by preventing visual updates until the EndUpdate method is called. 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 a call to the BeginUpdate method and 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