Gets the character from the collection. In C# this property is the indexer for the TextCharCollection class.

Syntax

public TextChar this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As TextChar

Parameters

Parameter Description
number Specifies a character number. The first character has the number 1.

Limitations

Read only.