Returns the item count of the dictionary.

Type Info:

ItemCount As Long
Example:
Dim TRADOSTM As TRADOSTranslationMemory

If (Application.TRADOSTranslationMemories.Count > 0) Then
	Set TRADOSTM = Application.TRADOSTranslationMemories.Item(1)
	MsgBox TRADOSTM.ItemCount
End If
Remarks: Read-only property.
See also:

Class TRADOSTranslationMemory

Last Updated: 05/11/05