Object PmfTableArea (Table area)
Description:
The object represents table area (data area, header, footer or the left portion).
Properties and methods:
BgColor | Setting/getting the background color of selected table area |
---|
ColCount | Returns the number of columns in the table area |
---|
GetCol | Returns reference to specified column (to the PmfTableColumn object) |
---|
GetRow | Returns reference to specified row (to the PmfTableRow object) |
---|
HorzAlign | Horizontal text alignment of selected table area |
---|
RowCount | Returns the number of rows in table area |
---|
TextColor | Setting/getting the font color of selected table area |
---|
VertAlign | Vertical text alignment of selected table area |
---|
Related objects:
PmfTableColumn | (Column of the table area) The object represents the column in the selected table area |
---|
PmfTableRow | (Table area row) The object represents a row in selected table area |
---|
PmfTableCell | (Table area cell) The object represents a cell in selected table area |
---|