Comment.Reference Property

Returns a Range object that represents a footnote, endnote, or comment reference mark.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Reference As Range
    Get
'Usage
Dim instance As Comment
Dim value As Range

value = instance.Reference
Range Reference { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

See Also

Reference

Comment Interface

Comment Members

Microsoft.Office.Interop.Word Namespace