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

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