Table of Contents

Method InsertColumn

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

InsertColumn(int)

Inserts a new column to the specified position of the CompletionListBox columns collection.

public ICodeCompletionColumn InsertColumn(int index)

Parameters

index int

Position of the column to insert.

Returns

ICodeCompletionColumn

ICodeCompletionColumn inserted.