An instance of the Text
public class TextCharCollection : ICollection, IEnumerable
Public Class TextCharCollection
Implements ICollection
Implements IEnumerable
Introduced: 10.1.
Method | Description |
---|---|
Add | Adds a character to the document. |
Copy |
Copies the elements of the collection to an array, starting at a particular index. |
Get |
Returns an enumerator that can be used to iterate through the collection. |
Get |
Gets a particular character from the collection specified through a certain geometrical position. |
Remove | Removes a character from a Text Control document. |
Property | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Item | Gets the character from the collection. |