TableLayoutPanel.GetRowHeights Metodo

Definizione

Restituisce una matrice che rappresenta le altezze, in pixel, delle righe del controllo 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()

Restituisce

Int32[]

Matrice di tipo Int32 contenente le altezze, in pixel, delle righe del controllo TableLayoutPanel.

Attributi

Si applica a