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

In This Topic
    ParentOMathParagraph Property (Range)
    In This Topic
    Gets the parent Office Math paragraph where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentOMathParagraph As OMathParagraph
    public OMathParagraph ParentOMathParagraph {get;}
    See Also