Version

IWorkbookFont Interface

Represents a font for the cell in the related context.
Syntax
'Declaration
 
Public Interface IWorkbookFont 
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also