TableOfAuthorities.IncludeSequenceName Property

Returns or sets the Sequence (SEQ) field identifier for a table of authorities.

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

Syntax

'Declaration
Property IncludeSequenceName As String
    Get
    Set
'Usage
Dim instance As TableOfAuthorities
Dim value As String

value = instance.IncludeSequenceName

instance.IncludeSequenceName = value
string IncludeSequenceName { get; set; }

Property Value

Type: System.String

Remarks

The IncludeSequenceName property corresponds to the \s switch for a Table of Authorities (TOA) field.

See Also

Reference

TableOfAuthorities Interface

TableOfAuthorities Members

Microsoft.Office.Interop.Word Namespace