[]
Represents characters in an object that contains text.
public interface ICharacters
Public Interface ICharacters
| Name | Description |
|---|---|
| Count | Gets an integer value that represents the number of characters. |
| Font | Gets an IFont object that represents the font of the specified object. |
| Text | Gets a string value that represents the text of this range of characters. |
| Name | Description |
|---|---|
| Delete() | Deletes the object. |
| Insert(string) | Inserts a string preceding the selected characters. |