Skip to main content

ForEachColumn

«ForEachColumn(row_template,[row_begin_template],[row_end_template],[skip_if_one_row])»

Position Parameter Description
1 Row Template The template to expand for each row
2 Row Begin Template (optional) The template to expand before rows
3 Row End Template (optional) The template to expand after rows
4 Skip if one row (optional) Do not expand on a single column (“true” or “false”)

Calls the specified template (passed as a parameter to this Text Command) for each column in the TableColumns variable. Use the «?Set(variable_name,value)» string provider to set this variable. For each column iterated, the variable ColumnNum is incremented and its value can be queried using the «?Get(variable_name)» string provider.

Note

This Text Command is used in the “t” template in XAML.