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