Skip to main content
Version: 9.0.2

sb.setTableTemplateAttrs

sb.setTableTemplateAttrs(templateName, row, col, tagObject)

Set attributes for a table column template. This will result in the template being changed and the entire table being re-laid out and re-configured. If any changes were made to specific cells then those changes will be lost and need to be re-applied.The tagObject contains tags and values for the attributes to set:

width, height

Parameters

ParameterTypeDescription
templateNamestringThe model full path of the table template to set information about.
rownumberThe row of the table template to get information on.
colnumberThe column of the table template to get information on.
tagObjectobjectAn object containing the keys to change.