MappedDataField.DataFieldIndex Property

Definition

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.

Applies to