OdsoFieldMapData
Overview
OdsoFieldMapData is a class in Aspose.Words FOSS for .NET.
Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document.
This class provides 1 method for working with OdsoFieldMapData objects in .NET programs.
Available methods include: Clone.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Column, MappedName, Name, Type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Column | int | Read/Write | Specifies the zero-based index of the column within an external data source which shall be mapped to the local name of a specific MERGEFIELD field. |
MappedName | string | Read/Write | Specifies the predefined merge field name which shall be mapped to the column number specified by the Column property within this field mapping. |
Name | string | Read/Write | Specifies the column name within an external data source for the column whose index is specified by the Column property. |
Type | OdsoFieldMappingType | Read/Write | Specifies if a given mail merge field has been mapped to a column in the given external data source or not. |
Methods
| Signature | Description |
|---|---|
Clone() | Returns a deep clone of this object. |