Table of Contents

Method InsertColumn

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

InsertColumn(int)

When implemented by a class, inserts a new column to the specified position in the column collection.

ICodeCompletionColumn InsertColumn(int index)

Parameters

index int

Index of the column in the collection.

Returns

ICodeCompletionColumn

New inserted column.