Click or drag to resize

XlsStyle Methods

The XlsStyle type exposes the following members.

Methods
Name Description
Public method BeginUpdate
Begins the update process for the control.This method should be called before several updates to the object will take place.
(Overrides AddtionalFormatWrapper BeginUpdate .)
Public method Clone
Creates a new object that is a copy of the current instance.
(Overrides AddtionalFormatWrapper Clone(Object) .)
Public method CompareTo
Compares the current XlsStyle instance with another object to determine their relative order.
Public method EndUpdate
Ends the update process, making the control available for interaction.This method should be called after several updates to the object took place.
(Overrides AddtionalFormatWrapper EndUpdate .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetBackgroundThemeColor
Retrieves the background theme color and its tint.
(Inherited from AddtionalFormatWrapper .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetThemeColor
Retrieves the theme color and tint for the current style.
(Inherited from AddtionalFormatWrapper .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetBackgroundThemeColor
Sets the background theme color for the style.
(Inherited from AddtionalFormatWrapper .)
Public method SetThemeColor
Sets the theme color for the foreground.
(Inherited from AddtionalFormatWrapper .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also