CustomFontData
FontFileName Property
|
Gets or sets the name of the font file.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string FontFileName { get; }
Public ReadOnly Property FontFileName As String
Get
public:
property String^ FontFileName {
String^ get ();
}
member FontFileName : string with get
Property Value
Type:
String
See Also