PropertyManager::RemoveAt Method (Int32)

 

When overridden in a derived class, deletes the row at the specified index from the underlying list.

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

public:
virtual void RemoveAt(
	int index
) override

Parameters

index
Type: System::Int32

The index of the row to delete.

.NET Framework
Available since 1.1
Return to top
Show: