RemoveAt

IColumnCollection.RemoveAt method

Removes a column at the specified position from a table.

public void RemoveAt(int firstColumnIndex, bool withAttachedRows)
ParameterTypeDescription
firstColumnIndexInt32Index of a column to delete.
withAttachedRowsBooleanTrue to delete also all attached columns.

See Also