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