Object PmfTableArea (Table area)
Properties and methods:
BgColor | The property returns or sets the background color of selected table area |
ColCount | Returns the number of columns of the table area |
EditType | The property returns or sets cell editing permission in the selected table area |
Font | Font of the table area |
GetArray() | Returns 2-dimensional array (PmArray) of values of all cells of 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 |
Multiline | The property returns or sets the displaying of multirow text in all cells of the table area |
RowCount | Returns the number of rows of the table area |
SetArray() | Assigns an array of values to the cells of the given table area |
TextColor | The property returns or sets the text 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 |