Table of Contents

Method GetFieldName

Namespace
DocWright.MailMerge
Assembly
DocWright.MailMerge.dll

GetFieldName(int)

Gets a field's name.

string GetFieldName(int index)

Parameters

index int

The zero-based field index.

Returns

string

The field name, matched against merge field names ordinal-ignore-case.

Exceptions

ArgumentOutOfRangeException

index is out of range.