layoutInfo.setColGroup(row,col,name)
Sets the column group for specified cell in a Freehand Table. See Create a Freehand Table for more information about ‘Column Group’.
Example
FreehandTable1.layoutInfo.setColGroup(1,0,'state');
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |