Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / GetPersistentRange Method

In This Topic
    GetPersistentRange Method (RangeBase)
    In This Topic
    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.

    Overload List
    OverloadDescription
    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.

     
    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.

     
    See Also