The EaxGridOutputPart enumeration is used to set displayed table area.
It is used by the following property:
| Value | Brief description |
| 0 | None. Nothing is displayed. |
| 1 | Data. Only data is displayed. |
| 2 | ColumnsHeader. Only header is displayed. |
| 3 | NoRowsHeader. The whole table except row header. |
| 4 | RowsHeader. Only row header is displayed. |
| 5 | NoColumnsHeader. The whole table except column header is displayed. |
| 6 | NoData. The whole table except data is displayed. |
| 7 | Full. Default. The table is displayed entirely. |
See also: