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

In This Topic
    Range Class Methods
    In This Topic

    For a list of all members of this type, see Range members.

    Public Methods
     NameDescription
    Public Method Clears all content in this range, excluding bound markers. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public MethodClears formatting on content in this range.

    Note that this method does not remove formatting applied indirectly via the content hierarchy.

    (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public Method Compares this range location with another range location. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public Method Copies this range to another range. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public MethodClears all content in the range including bound markers.

    If the range is not a PersistentRange, it cannot be used after this method is called.

     
    Public MethodGets the collection of all drawing objects (derived from ShapeBase) included in this range. Drawing objects include Picture, Shape, and unknow shape types. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public Method Creates and returns a collection of content objects in the current range. The returned collection differs from enumerating on the current range itself in that it does not include objects that start before the current range's start and end after the current range's end. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public MethodOverloaded. Creates and returns an instance of PersistentRange with bounds on the specified objects.

    You should dispose the PersistentRange returned by this method when it is no longer needed. Failing to do so may lead to degraded performance.

    (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public Method Inserts a built-in Office Math equation into the range. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public Method Moves this range to another range. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public Method Gets string representation of the range. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Public Method Updates the results of all document fields that support updating. (Inherited from GrapeCity.Documents.Word.RangeBase)
    Top
    See Also