共用方式為


TableLayoutColumnStyleCollection.Remove(ColumnStyle) 方法

定義

移除 ColumnStyle 中,特定 TableLayoutColumnStyleCollection 的第一個項目。

public:
 void Remove(System::Windows::Forms::ColumnStyle ^ columnStyle);
public void Remove (System.Windows.Forms.ColumnStyle columnStyle);
member this.Remove : System.Windows.Forms.ColumnStyle -> unit
Public Sub Remove (columnStyle As ColumnStyle)

參數

columnStyle
ColumnStyle

要從 ColumnStyle 移除的 TableLayoutColumnStyleCollection。 這個值可以是 null

備註

方法 Remove 會將資料表配置重新套用至目前 TableLayoutPanel 容器中的所有控制項。

在連續元素的集合中 TableLayoutColumnStyleCollection ,例如 類別,刪除點後面的元素會向上移動,以佔用空的地點。 移動之專案的索引也會更新。

適用於

另請參閱