column property

OdsoFieldMapData.column property

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. The default value is 0.

@property
def column(self) -> int:
    ...

@column.setter
def column(self, value: int):
    ...

See Also