Class DefaultStyleSettings

DefaultStyleSettings class

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

public class DefaultStyleSettings

Properties

NameDescription
FontName { get; set; }Gets/Sets the default font name for the workbook
FontSize { get; set; }Gets/Sets the default standard font size for the workbook.
HorizontalAlignment { get; set; }Gets/Sets the default value for horizontal alignment
VerticalAlignment { get; set; }Gets/Sets the default value for vertical alignment

See Also