ContentControl.Range Property (2007 System)
Gets a Range that represents the contents of the ContentControl.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Range As Range
'Usage
Dim instance As ContentControl
Dim value As Range
value = instance.Range
public Range Range { get; }
public:
property Range^ Range {
Range^ get ();
}
public function get Range () : Range
Property Value
Type: Range
A Range that represents the contents of the ContentControl.
Remarks
For more information about Range objects, see Word Object Model Overview.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools.Word Namespace