Method InsertColumn
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
InsertColumn(int)
Inserts a new column to the specified position in the column collection.
public virtual ICodeCompletionColumn InsertColumn(int index)
Parameters
index
intIndex of the column in the collection.
Returns
- ICodeCompletionColumn
New inserted column.