MindFusion.Wpf Pack Programmer's Guide
Selection.Objects Property
See Also
 





Gets a list with the selected objects.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IList<InteractiveObject> Objects { get; }

Visual Basic  Copy Code

Public ReadOnly Property Objects As IList(Of InteractiveObject)

 Property Value

A list of selected objects.

 Remarks

The list returned by this property should not be modified directly. To select and deselect objects, use the appropriate methods of the Selection class - AddObject, RemoveObject, Toggle and Change.

 See Also

Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace