AddtionalFormatWrapper
Font Property
|
Gets the font associated with the current style.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IFont Font { get; }
Public ReadOnly Property Font As IFont
Get
public:
virtual property IFont^ Font {
IFont^ get () sealed;
}
abstract Font : IFont with get
override Font : IFont with get
Return Value
Type:
IFont
The font object.
Implements
IExtendedFormat
Font
See Also