TableLayoutCellPaintEventArgs::Column Property

 

Gets the column of the cell.

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

public:
property int Column {
	int get();
}

Property Value

Type: System::Int32

The column position of the cell.

The following example shows how to a TableLayoutCellPaintEventArgs to customize the appearance of a TableLayoutPanel control. This code example is part of a larger example provided for the TableLayoutPanel control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: