2.5.98.73 PtgRowType
The PtgRowType enumeration specifies the type of rows that make up a contiguous range in a table.
Name |
Value |
Meaning |
---|---|---|
0x00 |
The rows consist of the data region of the table. |
|
0x01 |
The rows consist of all of the rows in the table. |
|
0x02 |
The rows consist of the table header. |
|
0x04 |
The rows consist of the data region of the table. |
|
0x06 |
The rows consist of the table header and the data region of the table. |
|
0x08 |
The rows consist of the total row of the table. |
|
0x0C |
The rows consist of the data region of the table and the total row of the table. |
|
0x10 |
The rows consist of the current row. |