The CellStyle type exposes the following members.

Constructors

  NameDescription
Public methodCellStyle
Initializes a new instance of the CellStyle class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current CellStyle.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for the CellStyle type.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCellBorder
Gets or sets collection of all cell borders.
Public propertyFillFormat
Gets or sets fill properties of a cell.
Public propertyHorizontalAlignment
Gets or sets horizontal alignment of a cell content.
Public propertyShrinkToFit
Determines whether the cell should be automatically resized to fit text size.
Public propertyVerticalAlignment
Gets or sets vertical alignment of a cell content.

See Also