Characters Members
Include Protected Members
Include Inherited Members
Represents characters in an object that contains text. The Characters object lets you modify any sequence of characters contained in the full text string.
The Characters type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
Caption | The text of this range of characters. | |
Count | Returns the number of objects in the collection. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Font | Returns a Font object that represents the font of the specified object. | |
Parent | Returns the parent object for the specified object. | |
PhoneticCharacters | Returns or sets the phonetic text in the specified Characters object. | |
Text | Returns or sets the text for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Insert | Inserts a string preceding the selected characters. |
Top