Adds font to the inner fonts collection and makes this font read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IFont AddFont(
IFont fontToAdd
)
Function AddFont (
fontToAdd As IFont
) As IFont
IFont^ AddFont(
IFont^ fontToAdd
)
abstract AddFont :
fontToAdd : IFont -> IFont
Parameters
-
fontToAdd
-
Type:
Spire.Xls.Core
IFont
Font to add.
Return Value
Type:
IFont
Added font.
See Also