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