Style
Overview
Style is a interface in Aspose.Cells FOSS for Typescript.
Style objects let developers define cell appearance, including font, fill, border, alignment, number format, and protection settings.
Properties: alignment, border, fill, font, numberFormat, protection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
font | : Font | Read | Gets the font. |
fill | : Fill | Read | Gets the fill. |
border | : Border | Read | Gets the border. |
alignment | : Alignment | Read | Gets the alignment. |
numberFormat | : string | Read | Gets the number format. |
protection | : Protection | Read | Gets the protection. |