Gets a list with the selected objects.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public IList<InteractiveObject> Objects { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Objects As IList(Of InteractiveObject) |
A list of selected objects.
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.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |