IFont
GenerateNativeFont Method
|
Generates .Net font object corresponding to the current font.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Font GenerateNativeFont()
Function GenerateNativeFont As Font
Font^ GenerateNativeFont()
abstract GenerateNativeFont : unit -> Font
Return Value
Type:
Font
Generated .Net font.
See Also