Limitations
Read only.
Gets the character from the collection. In C# this property is the indexer for the Text
public TextChar this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As TextChar
Parameter | Description |
---|---|
number | Specifies a character number. The first character has the number 1. |
Read only.