TableLayoutRowStyleCollection::Item Property (Int32)

 

Gets or sets the RowStyle at the specified index.

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

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

Parameters

index
Type: System::Int32

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

Property Value

Type: System.Windows.Forms::RowStyle^

A RowStyle at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: