Click or drag to resize

FontWrapper Constructor (XlsFont, Boolean, Boolean)

Creates new font wrapper.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public FontWrapper(
	XlsFont font,
	bool bReadOnly,
	bool bRaiseEvents
)

Parameters

font
Type: Spire.Xls.Core.Spreadsheet XlsFont
Font to wrap.
bReadOnly
Type: System Boolean
Indicates whether wrapper should be read-only.
bRaiseEvents
Type: System Boolean
Indicates whether to call OnBeforeChange and OnAfterChange when any property changes.
See Also