Search
WorksheetView.setAutoFillCursor Method
See Also
 






Sets the mouse cursor shown to the user if the mouse is over the auto fill handle or the user is currently performing an auto fill operation.

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

 Syntax

Java  Copy Code

public void setAutoFillCursor (
    Cursor value
)

 Parameters

value

A java.awt.Cursor instance.

 See Also