Returns current font. Read-only.
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:
property XlsFont^ Font {
XlsFont^ get ();
}
member Font : XlsFont with get
Property Value
Type:
XlsFont
See Also