Footnotes.ContinuationNotice Property
Returns a Range object that represents the footnote continuation notice.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ContinuationNotice As Range
Get
'Usage
Dim instance As Footnotes
Dim value As Range
value = instance.ContinuationNotice
Range ContinuationNotice { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range