Object PmfTableColumn (Column of the table area)
Description:
The object represents the column in the selected table area.
Properties and methods:
| AddEvent() | Registers a function into the specified event |
| BgColor | The property returns or sets the background color of the selected column of the table area |
| EditType | The property returns or sets cell editing permission in the selected table column |
| Font | Font of the table column |
| Format | The property returns or sets the format of the value that will be displayed in the object |
| GetArray() | Returns 1-dimensional array (PmArray) of values of all cells of the table column |
| HorzAlign | Horizontal text alignment of the selected column of the table area |
| Multiline | The property returns or sets displaying of multiline text in all cells of the table column |
| PrivateData | Private value of the table column |
| RemoveEvent() | Unregisters the function in the specified event |
| SetArray() | Assigns an array of values to the cells of the table column |
| TextColor | The property returns or sets text color of the selected column of the table area |
| VertAlign | Vertical text alignment of the selected column of the table area |