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
)
Public Sub New (
font As XlsFont,
bReadOnly As Boolean,
bRaiseEvents As Boolean
)
public:
FontWrapper(
XlsFont^ font,
bool bReadOnly,
bool bRaiseEvents
)
new :
font : XlsFont *
bReadOnly : bool *
bRaiseEvents : bool -> FontWrapper
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