Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentMark Class / Owner Property

In This Topic
    Owner Property
    In This Topic
    Gets the parent ContentRange object the start or end of which the current mark represents.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As ContentRange
    public ContentRange Owner {get;}
    See Also