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[]

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

属性

適用対象