Object PmfTableCell (Table area cell)
Description:
The object represents a cell in selected table area.
Properties and methods:
| BgColor | The property returns or sets the background color of selected cell in table area |
| Column | Returns reference to the PmfTableColumn object, which represents the table column to which the cell belongs. |
| EditType | The property returns or sets cell editing permission of the selected table cell |
| Font | Font of the table cell |
| Format | The property returns or sets the format of the value that will be displayed in the object |
| HorzAlign | Horizontal text alignment of selected cell in table area |
| Multiline | The property returns or sets the displaying of multiline text in the table cell |
| PrivateData | Private value of the table cell |
| Row | Returns reference to the PmfTableRow object, which represents the table row to which the cell belongs. |
| TextColor | The property returns or sets the text color of selected cell in table area |
| Value | The value of the table cell |
| VertAlign | Vertical text alignment of selected cell in table area |