Share via


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
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Caption The text of this range of characters.
Public property Count Returns the number of objects in the collection.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property Font Returns a Font object that represents the font of the specified object.
Public property Parent Returns the parent object for the specified object.
Public property PhoneticCharacters Returns or sets the phonetic text in the specified Characters object.
Public property Text Returns or sets the text for the specified object.

Top

Methods

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

Top

See Also

Reference

Characters Interface

Microsoft.Office.Interop.Excel Namespace