ParentComment

IComment.ParentComment property

Gets or sets parent comment. Read/write IComment.

public IComment ParentComment { get; set; }

Exceptions

exceptioncondition
PptxEditExceptionThrown if setting the value leads to a circular reference

See Also