Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.setBorderStyle

Sets the style of the DataGrid control's border.

Syntax

public void setBorderStyle( int borderStyle )

Parameters

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.

Exceptions

WFCInvalidArgumentException thrown if borderStyle is not a valid style.

See Also  getBorderStyle