Search
WorksheetView.setActiveBorderPen Method
See Also
 






Sets the Pen used to draw borders of current active cell.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setActiveBorderPen (
    Pen value
)

 Parameters

value
A Pen object specifying color, width and dash style of borders.

 See Also