layoutInfo
The layoutInfo property provides access to a family of sub-properties that allow you to configure the behavior of cells within a Freehand Table.
layoutInfo.setCellBinding(row, col, type, value)
layoutInfo.setCellName(row,col,name)
layoutInfo.setColGroup(row,col,name)
layoutInfo.setExpansion(row, col, type)
layoutInfo.setMergeCells(row,col,Boolean)
layoutInfo.setMergeColGroup(row,col,name)
layoutInfo.setMergeRowGroup(row,col,name)
layoutInfo.setRowGroup(row,col,name)
layoutInfo.setSpan(row, col, width, height)