Class ShapeSelection
Represents the collection of shapes currently selected in the sheet.
Inheritance
System.Object
ShapeSelection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ShapeSelection
Properties
SelectedShapes
Gets the selected shapes.
Declaration
public IEnumerable<FloatingShapeBase> SelectedShapes { get; }
Property Value
System.Collections.Generic.IEnumerable<FloatingShapeBase>
The selected shapes. |