TableLayoutPanel::GetColumnWidths Method ()

 

Returns an array representing the widths, in pixels, of the columns in the TableLayoutPanel.

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

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

Return Value

Type: array<System::Int32>^

An array of type Int32 that contains the widths, in pixels, of the columns in the TableLayoutPanel.

.NET Framework
Available since 2.0
Return to top
Show: