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

In This Topic
    ContentRange Class
    In This Topic
    Abstract base class representing content with floating start and end marks. This allows the range to start inside one ContentObject and end in another, which is useful for bookmarks, comments etc.

    Derived classes include Section Comment, Bookmark, ComplexField and EditableRange.

    Object Model
    ContentRange Class
    Syntax
    'Declaration
     
    Public MustInherit Class ContentRange 
    public abstract class ContentRange 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentRange
          GrapeCity.Documents.Word.Bookmark
          GrapeCity.Documents.Word.Comment
          GrapeCity.Documents.Word.ComplexField
          GrapeCity.Documents.Word.EditableRange

    See Also