The emTabRowInsert enumeration contains options of row or column behavior on increasing data area.
It is used by the following properties and methods:
Value | Brief description |
0 | fixed. Fixed. The number of rows or columns is not changed. |
1 | merge. Overwrite rows below/Overwrite columns to the right. When table area size is increased, the information in rows/columns down/right will be overwritten with table area data. |
2 | insert. Insert rows/columns. When table area size is increased, the required number of rows and columns is added. Therefore, the information in rows/columns down/right will be shifted down/right. |
See also: