Click or drag to resize

ExcelFontWeight Property

Gets or sets font weight style.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public int Weight { get; set; }

Property Value

Int32
Remarks

Font weight is a value between MinWeight and MaxWeight.

If you want font to have standard boldness, set this property to BoldWeight.

Default value is NormalWeight.

See Also