Property | Description |
Background Color | Color of the table cell. |
HAlign | Horizontal alignment of the contents in the cell. |
HSpan | Number of columns you want the cell to span. For example, when HSpan is set to 2, the cell spans two columns. |
Inner Height | Usable height of the cell in which you can insert child objects. |
Inner Width | Usable width of the cell in which you can insert child objects. |
Inner X | Distance from the cell’s left edge to where child elements are drawn. |
Inner Y | Distance from the cell’s top edge to where child elements are drawn. |
VAlign | Vertical alignment of the contents in the cell. |
VSpan | Number of rows you want a cell to span. For example, when VSpan is set to 2, the cell spans two rows. |