Sets the style of the DataGrid control's border.
public void setBorderStyle( int borderStyle )
borderStyle
One of the constants defined by the com.ms.wfc.ui.BorderStyle class. The default value of the borderStyle property is BorderStyle.FIXED_3D.
WFCInvalidArgumentException thrown if borderStyle is not a valid style.
See Also getBorderStyle