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 | Specifies a number format for a numeric cell value in the invariant culture. Inherited from Formatting. |
NumberFormatLocal | Specifies a number format for a numeric cell value based on the current (local) culture. Inherited from Formatting. |
Protection | Provides access to options which are in effect when the worksheet is protected. Inherited from Formatting. |
See Also