Name | Description | |
---|---|---|
Clear | Clears all content in this range, excluding bound markers. | |
ClearFormatting | Clears formatting on content in this range.
Note that this method does not remove formatting applied indirectly via the content hierarchy. | |
CompareLocationWith | Compares this range location with another range location. | |
CopyTo | Copies this range to another range. | |
GetDrawings | Gets the collection of all drawing objects (derived from ShapeBase) included in this range. Drawing objects include Picture, Shape, and unknow shape types. | |
GetInnerCollection<T> | 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. | |
GetPersistentRange | Overloaded. 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. | |
InsertOMathEquation | Inserts a built-in Office Math equation into the range. | |
MoveTo | Moves this range to another range. | |
ToString | Gets string representation of the range. | |
UpdateFields | Updates the results of all document fields that support updating. |