GetRange Method (ContentObject)
In This Topic
Creates and returns a
Range associated with this content object.
To get a range that can be used after the object has been deleted, see GetPersistentRange.
Syntax
'Declaration
Public Function GetRange() As Range
Return Value
A new
Range instance associated with this content object.
See Also