Search
Worksheet.excelStyleMergedBorders Field
See Also
 






Specifies if borders of a merged range should be drawn as in Excel, applying the border style of each individual cell along the border, or using border style of only the first cell in the range.

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

 Syntax

Java  Copy Code

public static boolean excelStyleMergedBorders

 Remarks

The default value is false, drawing merged borders using only first cell's style.

 See Also