TableLayoutPanel.GetColumnWidths 方法

定義

傳回表示 TableLayoutPanel 中資料行寬度 (以像素為單位) 的陣列。

public:
 cli::array <int> ^ GetColumnWidths();
[System.ComponentModel.Browsable(false)]
public int[] GetColumnWidths ();
[<System.ComponentModel.Browsable(false)>]
member this.GetColumnWidths : unit -> int[]
Public Function GetColumnWidths () As Integer()

傳回

Int32[]

型別 Int32 的陣列,其中包含 TableLayoutPanel 中的資料行寬度 (以像素為單位)。

屬性

適用於