Characters Members
Include Protected Members
Include Inherited Members
A collection of characters in a selection, range, or document.
The Characters type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetEnumerator | (Inherited from IEnumerable.) |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets a Application object that represents the creator of the specified object. | |
Count | Gets the number of items in the specified collection. | |
Creator | Gets a value that indicates the application in which the specified object was created. | |
First | Gets a Range object that represents the first character in a document. | |
Item | Gets an individual object in a collection. | |
Last | Gets a Range object that represents the last character, word, or sentence in a document. | |
Parent | Gets an object that represents the parent object of the specified object. |
Top