TableLayoutStyleCollection.RemoveAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除集合中指定索引上的樣式。
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)
參數
- index
- Int32
要移除的 TableLayoutStyle 之以零為基底的索引。
實作
備註
無法覆寫這個方法。
TableLayoutStyle移除 之前,它會將其與容器 TableLayoutPanel 解除關聯。 因此,表格配置會重新套用至面板中的所有控制項。