Method InsertColumn
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.dll
InsertColumn(int)
Inserts a new column to the specified position of the
CompletionListBox
columns collection.
public ICodeCompletionColumn InsertColumn(int index)
Parameters
index
intPosition of the column to insert.
Returns
- ICodeCompletionColumn
ICodeCompletionColumn
inserted.