Version

IWorkbookFont Interface

Represents a font for the cell in the related context.
Syntax
public interface IWorkbookFont 
Remarks

If a property of a font has a default value, value of the previous font in resolution chain is used. The resolution priority is the following:

  1. Cell (highest priority)
  2. Row
  3. Column
  4. Default Cell Format (lowest priority)
For example, if a column font is set to blue and bold and a row font is set to italic and not bold, the font in the cell at the intersection of the row and column would have blue, italic text in the saved workbook.

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