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

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