Returns the C1TextLine object by its index, first line has 0 index.
Namespace:
C1.C1PrintDocument.UtilAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
public C1TextLine this[ int index ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As C1TextLine |
Parameters
- index
- Type: System..::.Int32