Version

Font Property (IWorksheetCellFormat)

Gets or sets the default font formatting.
Syntax
IWorkbookFont Font {get;}

Property Value

The default font formatting.
Remarks

This font formatting is just the default font used in the cell. This can be overridden by strings on a character by character basis by using the FormattedString class.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also