Version

Height Property (IWorkbookFont)

Gets or sets the font height in twips (1/20th of a point).
Syntax
'Declaration
 
Property Height As Integer
int Height {get; set;}

Property Value

The font height in twips (1/20th of a point).
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value assigned is positive and outside the valid font height range of 20 and 8180.
Remarks

A negative value indicates the default font height, in which case the default font height is used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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