DefaultStyleSettings class

DefaultStyleSettings class

Settings for the default values of workbook’s style properties.

The DefaultStyleSettings type exposes the following members:

Properties

PropertyDescription
built_in_preferenceIndicates whether property for number format is preferrable when the style defines both built-in number and custom pattern.
Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style.
font_nameGets/Sets the default font name for the workbook
font_sizeGets/Sets the default standard font size for the workbook.
horizontal_alignmentGets/Sets the default value for horizontal alignment
vertical_alignmentGets/Sets the default value for vertical alignment

See Also