System.Windows.Forms.TableLayoutStyleCollection.RemoveAt Method

Removes the style at the specified index of the collection.

Syntax

public void RemoveAt (int index)

Parameters

index
The zero-based index of the System.Windows.Forms.TableLayoutStyle to be removed.

Remarks

This method cannot be overridden.

Before the System.Windows.Forms.TableLayoutStyle is removed, it is disassociated from its System.Windows.Forms.TableLayoutPanel container. As a result, the table layout is reapplied to all the controls in the panel.

Requirements

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