Excel for WinRT
Height Property


Gets or sets the height of the row, in twips.
Syntax
'Declaration
 
Public Property Height As System.Integer
'Usage
 
Dim instance As XLRow
Dim value As System.Integer
 
instance.Height = value
 
value = instance.Height
public System.int Height {get; set;}
Remarks

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.

See Also

Reference

XLRow Class
XLRow Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback