Gets the number of words loaded in the dictionary.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public int WordCount { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property WordCount As Integer
	Get

See Also