CreateMergeFieldCommand.execute(fieldName) Method
Executes the CreateMergeFieldCommand command with the specified parameter.
Declaration
execute(
fieldName: string
): boolean
Parameters
Name | Type | Description |
---|---|---|
fieldName | string | A string value specifying the name of the merge field. |
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.createMergeField.execute("columnName");
See Also