Version

Height Property (WorksheetRow)

Gets or sets the height of the row in twips (1/20th of a point).
Syntax
public int Height {get; set;}

Property Value

The height of the row in twips (1/20th of a point).
Exceptions
ExceptionDescription
System.InvalidOperationExceptionFrom the setter if the row was removed from the worksheet.
Remarks

If the height of the row is less than zero, the Worksheet.DefaultRowHeight of the owning worksheet will be used as the row's height.

The value assigned must be between -1 and 8192. Invalid values will be automatically adjusted to valid values.

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