Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / Words Property

In This Topic
    Words Property
    In This Topic
    Gets or sets an estimate of the number of words in the document.
    Syntax
    'Declaration
     
    Public Property Words As System.Nullable(Of Integer)
    public System.Nullable<int> Words {get; set;}
    See Also