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

属性

适用于