PslSourceList.WordCount
Returns the number of words in this list.
Syntax
Expression.WordCount (optional Type as VARIANT) as Long
Expression Object of type PslSourceList
Type Can be one of the following values:
pslTotal (Value = 100): Returns the total number of strings. Same as pslIndex
pslToTranslate (Value = 101): Returns that number of strings that need to be translated. This is pslTotal minus empty strings and strings that don't need to be translated, e.g. hidden or read-only strings.