Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PersistentRange Class
Members

In This Topic
    PersistentRange Class
    In This Topic
    Represents a contiguous area of content objects in a document. Unlike Range, PersistentRange is kept alive and can be used even if the content used to create this range has been deleted.

    Important: to avoid performance degradation, you should dispose PersistentRange when it is no longer needed.

    Object Model
    PersistentRange Class
    Syntax
    'Declaration
     
    Public Class PersistentRange 
       Inherits Range
       Implements GrapeCity.Documents.Word.IContentList(Of ContentObject) 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentCollection<T>
          GrapeCity.Documents.Word.ContentObjectCollection<T>
             GrapeCity.Documents.Word.RangeBase
                GrapeCity.Documents.Word.Range
                   GrapeCity.Documents.Word.PersistentRange

    See Also