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
)
Public Shared Sub SetGlobalCustomFontsFolders (
fontPath As String()
)
public:
static void SetGlobalCustomFontsFolders(
array<String^>^ fontPath
)
static member SetGlobalCustomFontsFolders :
fontPath : string[] -> unit
Parameters
-
fontPath
-
Type:
System
String
the folder path.
See Also