FontWrapper
Font Property
|
Returns internal font.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsFont Font { get; }
Public ReadOnly Property Font As XlsFont
Get
public:
virtual property XlsFont^ Font {
XlsFont^ get () sealed;
}
abstract Font : XlsFont with get
override Font : XlsFont with get
Property Value
Type:
XlsFont
Implements
IInternalFont
Font
See Also