GridTableStylesCollection::Remove Method (DataGridTableStyle^)

 

Removes the specified DataGridTableStyle.

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

public:
void Remove(
	DataGridTableStyle^ table
)

Parameters

table
Type: System.Windows.Forms::DataGridTableStyle^

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: