ExcelFontBold Property

Gets or sets a value to indicate if the font is bold or not. Default value is false.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public bool Bold { get; set; }

Property Value

Boolean

See Also