Length property: CompIntfPropInfoCollection Object class
Description
This property returns the length of the field property as a number. If the property is a collection, this property returns a zero.
The length of the field is calculated by converting it to a string then getting the length of the string. This means that everything in the field is counted as a character, including spaces, date time separation characters, decimal points, sign indicators, and so on.
For example, the following string has 10 characters:
01/01/2001
The following string has five characters:
10.10
The following string has six characters:
-10.10
This property is read-only.