Removes the designated text column from the page.
Syntax:DeleteTextColumn, textColumnName
Parameters:textColumnName – name of the text column
Examples:
DeleteTextColumn,PropertyOne
In this example, the text column which has the name “PropertyOne” will be removed from the page.
Comments:
Often this is a prelude to Combine Duplicates, or to remove text columns that arrived from a standardized data source which aren’t needed in the current page.
|