Gets or sets the height of the row, in twips.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public int Height { get; set; }
Visual Basic
Public Property Height As Integer
	Get
	Set

Remarks

A value of -1 causes the row to be displayed using the sheet's DefaultRowHeight if cells of the row not contain data, otherwise this height of the row depended from used font of the data.

To convert between pixels and twips, use the TwipsToPixels(Double) and PixelsToTwips(Double) methods.

See Also