GetRange Method (ContentRange)
In This Topic
Creates and returns a
Range object representing this content in the body.
Syntax
'Declaration
Public Overridable Function GetRange() As Range
public virtual Range GetRange()
Return Value
A
Range object representing this content.
See Also