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

DATA

0x00

 The rows consist of the data region of the table.

ALL

0x01

 The rows consist of all of the rows in the table.

HEADERS

0x02

 The rows consist of the table header.

DATA2

0x04

 The rows consist of the data region of the table.

DATAHEADERS

0x06

 The rows consist of the table header and the data region of the table.

TOTALS

0x08

 The rows consist of the total row of the table.

DATATOTALS

0x0C

 The rows consist of the data region of the table and the total row of the table.

CURRENT

0x10

 The rows consist of the current row.