MindFusion.Java Package Programmer's Guide
Selection.getObjects Method
See Also
 






Gets a list with the selected objects.

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

 Syntax

Java  Copy Code

public List<InteractiveObject> getObjects ()

 Return Value

 Remarks

Do not modify the returned list directly. To select or deselect objects use the respective methods of the Selection class addObject and removeObject.

 See Also

Selection Members
Selection Class
com.mindfusion.spreadsheet Namespace