TableLayoutColumnStyleCollection::Item Property (Int32)

 

Gets or sets the ColumnStyle at the specified index.

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

public:
property ColumnStyle^ default[
	int index
] {
	ColumnStyle^ get(int index);
	void set(int index, ColumnStyle^ value);
}

Parameters

index
Type: System::Int32

The zero-based index of the ColumnStyle to get or set.

Property Value

Type: System.Windows.Forms::ColumnStyle^

A ColumnStyle at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: