'Declaration Public Class PersistentRange Inherits Range Implements GrapeCity.Documents.Word.IContentList(Of ContentObject)
public class PersistentRange : Range, GrapeCity.Documents.Word.IContentList<ContentObject>
Important: to avoid performance degradation, you should dispose PersistentRange when it is no longer needed.
'Declaration Public Class PersistentRange Inherits Range Implements GrapeCity.Documents.Word.IContentList(Of ContentObject)
public class PersistentRange : Range, GrapeCity.Documents.Word.IContentList<ContentObject>
System.Object
GrapeCity.Documents.Word.ContentCollection<T>
GrapeCity.Documents.Word.ContentObjectCollection<T>
GrapeCity.Documents.Word.RangeBase
GrapeCity.Documents.Word.Range
GrapeCity.Documents.Word.PersistentRange