Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentObject Class / GetRange Method

In This Topic
    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
    public Range GetRange()

    Return Value

    A new Range instance associated with this content object.
    See Also