TextLineCollection Class

TextLineCollection class

Represents the TextLineCollection.

public class TextLineCollection : ReadOnlyCollection<TextLine>

Properties

NameDescription
Count { get; }
Item { get; }
Items { get; }

Methods

NameDescription
IndexOf(int)Gets the index of the given position.

See Also