Search
Drawing.remove Method
See Also
 






Removes the specified object from the drawing.

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

 Syntax

Java  Copy Code

public void remove (
    InteractiveObject obj
)

 Parameters

obj

The object to remove.

 See Also