CustomFontData
FontData Property
|
Gets or sets the font data as a byte array.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public byte[] FontData { get; }
Public ReadOnly Property FontData As Byte()
Get
public:
property array<unsigned char>^ FontData {
array<unsigned char>^ get ();
}
member FontData : byte[] with get
Property Value
Type:
Byte
See Also