TableLayoutPanel.GetRowHeights メソッド

定義

TableLayoutPanel内の行の高さをピクセル単位で表す配列を返します。

public:
 cli::array <int> ^ GetRowHeights();
[System.ComponentModel.Browsable(false)]
public int[] GetRowHeights();
[<System.ComponentModel.Browsable(false)>]
member this.GetRowHeights : unit -> int[]
Public Function GetRowHeights () As Integer()

返品

Int32[]

TableLayoutPanel内の行の高さをピクセル単位で格納するInt32型の配列。

属性

適用対象