TableRowGroupCollection.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
以零為起始的索引,指定要移除的集合項目。
實作
例外狀況
當 index 小於零,或者 index 大於或等於 Count 時引發。
備註
剩餘集合專案的索引可以調整以反映已移除的收集項目。