TableLayoutPanel.GetRowHeights 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回表示 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 中的資料列高度 (以像素為單位)。
- 屬性