GridItemCollection::Item Property (Int32)

 

Gets the GridItem at the specified index.

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

public:
property GridItem^ default[
	int index
] {
	GridItem^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the grid item to return.

Property Value

Type: System.Windows.Forms::GridItem^

The GridItem at the specified index.

.NET Framework
Available since 1.1
Return to top
Show: