Show contents 

Express > Express Assembly Enumerations > EaxGridOutputPart

EaxGridOutputPart

Description

The EaxGridOutputPart enumeration is used to set displayed table area.

It is used by the following property:

Available Values

Value Brief description
0 None. Nothing is displayed.
1 Data. Only data is displayed.
2 ColumnsHeader. Only heading is displayed.
3 NoRowsHeader. The whole table except sidehead is displayed.
4 RowsHeader. Only sidehead is displayed.
5 NoColumnsHeader. The whole table except for heading is displayed.
6 NoData. The whole table except data is displayed.
7 Full. Default value. The whole table is displayed.

See also:

Express Assembly Enumerations