Excel for .NET
Height プロパティ

C1.Excel アセンブリ > C1.Excel 名前空間 > XLRow クラス : Height プロパティ
行の高さを twips 単位で取得または設定します。
シンタックス
'宣言
 
Public Property Height As System.Integer
public System.int Height {get; set;}
解説

-1 の場合、行をシートの XLSheet.DefaultRowHeightを用いて表示します。

ピクセルと twips 間の変換には、 TwipsToPixelsPixelsToTwipsメソッドを用います。

参照

XLRow クラス
XLRow メンバ