Search
WorksheetView.getAllowAutoFill Method
See Also
 






Gets a value indicating whether to display the auto-fill handle at the bottom-right side of the selection.

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

 Syntax

Java  Copy Code

public boolean getAllowAutoFill ()

 Return Value

true to allow interactive auto-fill, or false otherwise. The default value is true.

 See Also