Version

Height Property (IWorkbookFont)

Gets or sets the font height in twips (1/20th of a point).
Syntax
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: Android 4.4+, iOS 8+

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

See Also