IInternalFont
Font Property
|
Returns XlsFont for current font. Read-only.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ReadOnly Property Font As XlsFont
Get
property XlsFont^ Font {
XlsFont^ get ();
}
abstract Font : XlsFont with get
Property Value
Type:
XlsFont
See Also