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

In This Topic
    Range Class
    In This Topic
    Represents a contiguous area of content objects in a document.

    See also PersistentRange.

    Object Model
    Range Class
    Syntax
    'Declaration
     
    Public Class Range 
       Inherits RangeBase
       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