Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IFont CreateFont(
	IFont baseFont,
	bool bAddToCollection
)
Public Function CreateFont ( 
	baseFont As IFont,
	bAddToCollection As Boolean
) As IFont
public:
IFont^ CreateFont(
	IFont^ baseFont, 
	bool bAddToCollection
)
member CreateFont : 
        baseFont : IFont * 
        bAddToCollection : bool -> IFont 

Parameters

baseFont
IFont
bAddToCollection
Boolean

Return Value

IFont

See Also