Click or drag to resize

Workbook SetGlobalCustomFontsFolders Method

Sets the path to the folder where the global custom font is located.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static void SetGlobalCustomFontsFolders(
	string[] fontPath
)

Parameters

fontPath
Type: System String
the folder path.
See Also