TableLayoutPanel::GetRowHeights Method ()

 

Returns an array representing the heights, in pixels, of the rows in the TableLayoutPanel.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
array<int>^ GetRowHeights()

Return Value

Type: array<System::Int32>^

An array of type Int32 that contains the heights, in pixels, of the rows in the TableLayoutPanel.

.NET Framework
Available since 2.0
Return to top
Show: