DataGridViewSelectedCellCollection::List Property

 

Gets a list of elements in the collection.

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

protected:
property ArrayList^ List {
	virtual ArrayList^ get() override;
}

Property Value

Type: System.Collections::ArrayList^

An ArrayList containing the elements of the collection.

.NET Framework
Available since 2.0
Return to top
Show: