C1.WPF.Excel Namespace > XLRow Class : Height Property |
'Declaration
Public Property Height As System.Integer
public System.int Height {get; set;}
A value of -1 causes the row to be displayed using the sheet's XLSheet.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 C1XLBook.TwipsToPixels and PixelsToTwips methods.
Target Platforms: 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