Range.ParentContentControl Property
Word Developer Reference |
Returns a ContentControl object that represents the parent content control for the specified range. Read-only.
Version Information
Version Added: Word 2007
Syntax
expression.ParentContentControl
expression An expression that returns a Range object.
Remarks
This property returns Nothing if there is no parent content control for the specified range.
See Also