Indexes.AutoMarkEntries(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Automatically adds XE (Index Entry) fields to the specified document, using the entries from a concordance file.
public:
void AutoMarkEntries(System::String ^ ConcordanceFileName);
public void AutoMarkEntries (string ConcordanceFileName);
abstract member AutoMarkEntries : string -> unit
Public Sub AutoMarkEntries (ConcordanceFileName As String)
Parameters
- ConcordanceFileName
- 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.