Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Range Class / ParentRun Property

In This Topic
    ParentRun Property (Range)
    In This Topic
    Gets the parent run where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentRun As Run
    public Run ParentRun {get;}
    See Also