Style.CurrentFont Property

NanoXLSX

NanoXLSX

StyleCurrentFont Property

Gets or sets the current Font object of the style

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public StyleFont CurrentFont { get; set; }

Property Value

Type: StyleFont
See Also