Overload | Description |
---|---|
GetPersistentRange(ContentObject,ContentObject) | 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. |
GetPersistentRange(Marker,Marker) | Creates and returns an instance of PersistentRange with bounds on the specified markers.
You should dispose the PersistentRange returned by this method when it is no longer needed. Failing to do so may lead to degraded performance. |