FlexPivot for WinForms
Height プロパティ (Row)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Row クラス : Height プロパティ
Gets or sets the height of this row, in pixels (the value -1 represents the default row height).
シンタックス
'宣言
 
Public Property Height As System.Integer
public System.int Height {get; set;}
解説

Setting this property to -1 causes the grid to use the default row height for this row (see the RowColCollection.DefaultSize property).

Height returns the height assigned to the row even if the row is invisible, and returns -1 if the row has the default height. To obtain the actual display height of a row, use the HeightDisplay property.

参照

Row クラス
Row メンバ