Returns a Font object that represents the font of the specified object.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelFont Font { get; }
Public ReadOnly Property Font As ExcelFont
Get
public:
property ExcelFont^ Font {
ExcelFont^ get ();
}
member Font : ExcelFont with get
Property Value
Type:
ExcelFont
See Also