GridTableStylesCollection::RemoveAt Method (Int32)

 

Removes a DataGridTableStyle at the specified index.

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

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The index of the DataGridTableStyle to remove.

Use the Contains method to determine if a specific DataGridTableStyle exists before using the Remove method.

.NET Framework
Available since 1.1
Return to top
Show: