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

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