TableLayoutColumnStyleCollection.Remove(ColumnStyle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除 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 ,例如 類別,刪除點後面的元素會向上移動,以佔用空的地點。 移動之專案的索引也會更新。