Search
WorkbookView.onQueryDropDownList Method
See Also
 






Raises the WorkbookViewListener.queryDropDownList event.

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

 Syntax

Java  Copy Code

protected void onQueryDropDownList (
    DropDownEventObject e
)

 Parameters

e

An object providing the List of data

 See Also