Indexes.AutoMarkEntries Method

Automatically adds XE (Index Entry) fields to the specified document, using the entries from a concordance file.

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

Syntax

'Declaration
Sub AutoMarkEntries ( _
    ConcordanceFileName As String _
)
'Usage
Dim instance As Indexes
Dim ConcordanceFileName As String

instance.AutoMarkEntries(ConcordanceFileName)
void AutoMarkEntries(
    string ConcordanceFileName
)

Parameters

  • ConcordanceFileName
    Type: System.String
    Required String. The concordance file name that includes a list of items to be indexed.

Remarks

A concordance file is a Microsoft Word document that contains a two-column table, with terms to index in the first column and index entries in the second column.

See Also

Reference

Indexes Interface

Indexes Members

Microsoft.Office.Interop.Word Namespace