Search
WorksheetView.getAutoFillSkipMerged Method
See Also
 






Gets whether auto-fill should skip cells spanned by a merged cell.

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

 Syntax

Java  Copy Code

public boolean getAutoFillSkipMerged ()

 Return Value

true to skip cells hidden by a merged cell, or false otherwise. The default value is false.

 See Also