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

NameTypeAccessDescription
font: FontReadGets the font.
fill: FillReadGets the fill.
border: BorderReadGets the border.
alignment: AlignmentReadGets the alignment.
numberFormat: stringReadGets the number format.
protection: ProtectionReadGets the protection.

See Also