Method InsertColumn
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
InsertColumn(int)
When implemented by a class, inserts a new column to the specified position of the ICompletionListBox
columns collection.
ICodeCompletionColumn InsertColumn(int index)
Parameters
index
intPosition of the column to insert.
Returns
- ICodeCompletionColumn
ICodeCompletionColumn
inserted.