Search
Selection.toggle Method
See Also
 






Toggles the selection state of the specified object.

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

 Syntax

Java  Copy Code

public void toggle (
    InteractiveObject obj
)

 Parameters

obj

The object to select or deselect.

 See Also