Style

Overview

Style is a type in Aspose.Cells FOSS for Go.

Style groups font, fill, alignment, and border settings into a named formatting record.

Properties: Alignment, Border, Fill, Font.

Properties

NameTypeAccessDescription
Font*FontRead/WriteGets the font.
Fill*FillRead/WriteGets the fill.
Alignment*AlignmentRead/WriteGets the alignment.
Border*BorderRead/WriteGets the border.

See Also