ComponentOne Studio for WinRT XAML
Height プロパティ (XLRow)

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

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

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

参照

XLRow クラス
XLRow メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.