Formatting cells with scriptsEdit online About this taskYou can apply a border style script: ProcedureSelect a cell element. In the Properties view, select the Border tab. If it is not already selected, select the All border icon. This option is selected by default. For the Style property, click the ellipsis. Select the script expression tab and enter the following script: if(TableTopBorder == "TableBorderFull") { "single" } else if(TableTopBorder == "TableBorderDotted") { "dotted" } else if(TableTopBorder == "TableBorderNone") { "none" } Save the changes.