TableLayoutStyleCollection.RemoveAt(Int32) Method

Definition

Removes the style at the specified index of the collection.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

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

Implements

Remarks

This method cannot be overridden.

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

Applies to