共用方式為


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 中的資料列高度 (以像素為單位)。

屬性

適用於