Share via


Characters 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 following tables list the members exposed by the Characters type.

Public 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

Public Methods

  Name Description
Delete Deletes the object.
Insert Inserts a string preceding the selected characters.

Top

See Also

Reference

Characters Interface
Microsoft.Office.Interop.Excel Namespace