Overview | Methods | Fields | This Package | All Packages
Sets the style of the control's gridlines.
Syntax
public void setGridLineStyle( int gridLineStyle )
Parameters
gridLineStyle
One of the constants defined by the GridLineStyle class. The default value of the gridLineStyle property is GridLineStyle.SINGLELINE.
Exceptions
WFCInvalidArgumentException thrown if gridLineStyle is not a valid style.
See Also getGridLineStyle