ShapeSelection
Class
Represents the collection of shapes currently selected in the sheet.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class ShapeSelection
Inheritance: objectShapeSelection
Properties
SelectedShapes
IEnumerable<FloatingShapeBase>
Gets the selected shapes.
C#
public IEnumerable<FloatingShapeBase> SelectedShapes { get; }
The selected shapes.