Excel for UWP/WinRT
Height プロパティ

行の高さ(ツイップ単位)を取得または設定します。
構文
'宣言
 
Public Property Height As System.Integer
public System.int Height {get; set;}
解説

値が -1 のとき、行内のいくつかのセルにデータがある場合、行はシートの XLSheet.DefaultRowHeight を使用して表示されます。データがない場合、行の高さはデータに使用されているフォントに依存します。

ピクセル単位とツイップ単位を変換するには、C1XLBook.TwipsToPixels メソッドと PixelsToTwips メソッドを使用します。

Requirements

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

参照

関連項目

XLRow クラス
XLRow メンバ

Send Feedback