The CellStyle type exposes the following members.

Constructors

  NameDescription
CellStyleOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetStringWidth
Returns string width in pixels.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
BackColor
Gets or sets cell text background color.
ContentAlignment
Gets or sets text aligment type within a cell.
Font
Gets or sets cell text font.
ForeColor
Gets or sets cell text fore color.
Gradient
Gets or sets the type of gradient fill for cell text.
GradientBackColor
Gets or sets cell text gradient background color.
ProgressBarColor
Gets or sets cell text progress color.

See Also