MappedDataField.DataFieldIndex Property
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.
Returns or sets an Integer that represents the corresponding field number in the mail merge data source to which a mapped data field maps.
public:
property int DataFieldIndex { int get(); void set(int value); };
public int DataFieldIndex { get; set; }
member this.DataFieldIndex : int with get, set
Public Property DataFieldIndex As Integer
Property Value
Remarks
The MappedDataField property returns zero if the specified data field is not mapped to a mapped data field.