Workbook
CustomFontFilePaths Property
|
Returns or sets the custom path of font files.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string[] CustomFontFilePaths { get; set; }
Public Property CustomFontFilePaths As String()
Get
Set
public:
property array<String^>^ CustomFontFilePaths {
array<String^>^ get ();
void set (array<String^>^ value);
}
member CustomFontFilePaths : string[] with get, set
Property Value
Type:
String
See Also