Object PmfTableRow (Table area row)
Description:
The object represents a row in selected table area.
Properties and methods:
BgColor | The property returns or sets the background color of the selected row in table area |
EditType | The property returns or sets cell editing permission in the selected table row |
Font | Font of the table row |
GetArray() | Returns 1-dimensional array (PmArray) of values of all cells of the table row |
GetCell() | Returns reference to the PmfTableCell object of the selected row |
HorzAlign | Horizontal text alignment of the selected row in table area |
Multiline | The property returns or sets displaying of multirow text in all cells of the table row |
PrivateData | Private value of the table row |
SetArray() | Assigns an array of values to the cells of the table row |
TextColor | The property returns or sets the text color of the selected row in table area |
VertAlign | Vertical text alignment of the selected row in table area |
Related objects:
PmfTableCell | (Table area cell) The object represents a cell in selected table area |