Method RemoveColumnAt
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
RemoveColumnAt(int)
When implemented by a class, removes the column at the specified index of the column collection.
void RemoveColumnAt(int index)
Parameters
index
intSpecifies zero-based index of the column to remove.