Count Property

Read-only. A Long type property. Indicates the number of characters in the character block or paragraph.

Applies to: Character object, Paragraph object

Syntax

[[Let] countRet =] object.Count

The Count property syntax has these parts:

Part Description
object Required. An expression that returns an object in the Applies to list.
countRet A Long type property.

Remarks

Always returns a value equal to or greater than 1 as there's always at least one character in a character block/paragraph.

 

See Also