Comment.Scope Property
Returns a Range object that represents the range of text marked by the specified comment.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Scope As Range
Get
'Usage
Dim instance As Comment
Dim value As Range
value = instance.Scope
Range Scope { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range