contains_value method
contains_value(data_source_field_name)
Determines whether a mapping from the specified field in the data source exists in the collection.
def contains_value(self, data_source_field_name: str):
...
Parameter | Type | Description |
---|---|---|
data_source_field_name | str | Case-sensitive name of the field in the data source. |
Returns
True
if item is found in the collection; otherwise, False
.
See Also
- module aspose.words.mailmerging
- class MappedDataFieldCollection