RemoveAt

IColumnCollection.RemoveAt 方法

从表中指定位置删除一列。

public void RemoveAt(int firstColumnIndex, bool withAttachedRows)
参数类型描述
firstColumnIndexInt32要删除的列的索引。
withAttachedRowsBoolean如果为真,则同时删除所有附加列。

另见