TableLayoutPanel.GetColumnWidths Metoda

Definice

Vrátí matici představující šířky sloupců v pixelech sloupce v objektu 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()

Návraty

Int32[]

Matice typuInt32, která obsahuje šířky sloupců v pixelech .TableLayoutPanel

Atributy

Platí pro