TableLayoutPanel.GetRowHeights Método

Definição

Devolve um array que representa as alturas, em píxeis, das linhas no 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()

Devoluções

Int32[]

Um array de tipo Int32 que contém as alturas, em píxeis, das linhas do TableLayoutPanel.

Atributos

Aplica-se a