XlsFont
GenerateNativeFont Method
|
Generates a native font if it doesn't already exist, using the current font size.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Font GenerateNativeFont()
Public Function GenerateNativeFont As Font
public:
virtual Font^ GenerateNativeFont() sealed
abstract GenerateNativeFont : unit -> Font
override GenerateNativeFont : unit -> Font
Return Value
Type:
Font
The native font object.
Implements
IFont
GenerateNativeFont
See Also