Search
Selection.removeObject Method
See Also
 






Removes the specified object from the selection.

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

 Syntax

Java  Copy Code

public void removeObject (
    InteractiveObject obj
)

 Parameters

obj

The object to deselect.

 See Also