Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Style Properties

A named cell style.
Name Description
Alignment Provides access to cell alignment. Inherited from Formatting.
Borders Provides access to cell borders. Inherited from Formatting.
Fill Provides access to cell background. Inherited from Formatting.
Flags Provides access to flags that control which cell format attributes are specified by the applied cell style and which ones are specified by direct cell formatting. Inherited from Formatting.
Font Provides access to the cell font. Inherited from Formatting.
IsBuiltIn Indicates whether the current style is the built-in style.
Name Gets the name of the cell style.
NumberFormat Gets or sets a number format that specifies how a numeric value is displayed in a cell. Inherited from Formatting.
Protection Provides access to options which are in effect when the worksheet is protected. Inherited from Formatting.
See Also