'Declaration Public Overloads Function GetPersistentRange( _ ByVal first As ContentObject, _ ByVal last As ContentObject _ ) As PersistentRange
public PersistentRange GetPersistentRange( ContentObject first, ContentObject last )
Parameters
- first
- The first content object to include in the range.
- last
- The last content object to include in the range.
Return Value
The newly created instance of PersistentRange.