[]
        
(Showing Draft Content)

C1.Excel.XLRow.Height

Height Property

Height

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

Declaration
public int Height { get; set; }
Remarks
<p>A value of -1 causes the row to be displayed using the sheet's <xref href="C1.Excel.XLSheet.DefaultRowHeight" data-throw-if-not-resolved="false"></xref>

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.