Returns the C1TextLineRange object by its index, first object has 0 index.

Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public C1TextLineRange this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As C1TextLineRange

Parameters

index
Type: System..::.Int32

See Also