Search
Selection.containsObject Method
See Also
 






Checks whether the specified object is contained in the selection.

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

 Syntax

Java  Copy Code

public boolean containsObject (
    InteractiveObject obj
)

 Parameters

obj

The object to check.

 Return Value

true if the object is selected; otherwise, false.

 See Also