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的高度(以像素为单位)。

属性

适用于