Object PmfTableRow (Table area row)
Description:
The object represents a row in selected table area.
Properties and methods:
BgColor | Setting/getting the background color of selected row in table area |
---|
GetCell | Creates a reference to the PmfTableCell object of specified row |
---|
HorzAlign | Horizontal text alignment of selected row in table area |
---|
PrivateData | Private value of the table row |
---|
TextColor | Setting/getting the font color of selected row in table area |
---|
VertAlign | Vertical text alignment of selected row in table area |
---|
Related objects:
PmfTableCell | (Table area cell) The object represents a cell in selected table area |
---|