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# 
protected int AddFont(
	IFont font
)
Protected Function AddFont ( 
	font As IFont
) As Integer
protected:
int AddFont(
	IFont^ font
)
member AddFont : 
        font : IFont -> int 

Parameters

font
IFont

Return Value

Int32

See Also