Control Object Properties
ExcelStyle Excel Style Display
   
Description This property is used to control the display of 'Grid lines' in either the Grid or ListView control.

Possible values:

Value Description
0 No grid lines appear. (Default for Listview)
1 Grid lines appear both between the columns and between each line in the output. (Default for Grid)
2 Vertical grid lines will be shown between columns
3 Horizontal grid lines will be shown between lines/row


*Note* In ProvideX, this property is only available on the Grid and only accepts a value of 0 or 1.
Support for this property in the Listview and for options 2 and 3 is a
+PxPlus Exclusive (as of build 9182)


Default 1 for the Grid, 0 for Listview
   
Used by GRID and LISTVIEW (PxPlus only)