Search
WorksheetView.getActiveBorderPen Method
See Also
 






Gets the currently active cell style. Color, width and DashStyle.

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

 Syntax

Java  Copy Code

public Pen getActiveBorderPen ()

 Return Value

A Pen object containing Color, width and DashStyle if it was set previously, otherwise null

 See Also