Method RemoveColumnAt
RemoveColumnAt(int)
Removes the column at the specified index of the column collection.
public virtual void RemoveColumnAt(int index)
Parameters
indexintSpecifies zero-based index of the column to remove.
Removes the column at the specified index of the column collection.
public virtual void RemoveColumnAt(int index)
index intSpecifies zero-based index of the column to remove.