ExcelCellStyle Class

Represents the style of a cell or a range of cells.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelCellStyle
Inheritance
Object    ExcelCellStyle

Properties

Alignment Gets the text alignment options for the text in a cell.
Borders Gets the an object representing the cell borders collection. Top, left, right and bottom borders can be retrieved individually from the borders collection and customized.
Fill Gets an object used to set the fill options of the cell.
Font Gets an object used to set the font of the cell.
IsBuiltIn Gets a flag indicating if this cell style is a built in style.
Name Gets the name of this cell style. The name is assigned when the style is added to the Styles collection of the workbook.
Number Gets the number formatting options of the cell.
Protection Gets an object used to set the protection options of the cell. The protection options are applied only when the worksheet is protected.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also