Search
WorkbookView.setAllowAutoFill Method
See Also
 






Sets 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 void setAllowAutoFill (
    boolean value
)

 Parameters

value

true to allow interactive auto-fill, or false otherwise.

 See Also