The CellStyle type exposes the following members.

Constructors

  NameDescription
CellStyle
Creates new instance of the CellStyle class.

Methods

  NameDescription
Equals
Overrides default Equals implementation.
(Overrides Object..::.Equals(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
Overrides default GetHashCode implementation.
(Overrides Object..::.GetHashCode()()().)
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
Angle
Gets and sets angle.
Border
Gets and sets border.
FillColor
Gets and sets fill color.
Font
Gets and sets font.
TextAlign
Gets and sets text aligment.
TextColor
Gets and sets text color.

See Also