Table of Contents

Method GetLine

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

GetLine(int)

When implemented by a class, gets string line at the specified position.

string GetLine(int index)

Parameters

index int

Index of line in the collection.

Returns

string

Text at specified line index.