[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentObject.GetRange

GetRange Method

GetRange()

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().

Declaration
public Range GetRange()
Public Function GetRange() As Range
Returns
Type Description
Range

A new Range instance associated with this content object.