Gets or sets font of spread cell.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
Font Font { get; set; }
Property Font As Font Get Set
property Font^ Font { Font^ get (); void set (Font^ value); }
abstract Font : Font with get, set