SpreadsheetControl.SetSelectedShapes(IList<Shape>) Method
Select specified shapes in the active worksheet.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v25.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| Shapes | IList<Shape> | A list of Shape objects. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
All shapes in a worksheet are contained in the ShapeCollection, accessible via the Worksheet.Shapes property. Use the SetSelectedShapes method to select multiple shapes in the active worksheet simultaneously. To get the list of shapes selected in the active worksheet, use the SpreadsheetControl.GetSelectedShapes method. To specify whether multi-selection is available to end-users in the SpreadsheetControl, use the SpreadsheetSelectionOptions.AllowMultiSelection option accessible via the SpreadsheetControl.Options.Behavior.AllowMultiSelection notation.
Note
To select shapes in a specific worksheet (which may or may not be active) of the document loaded in the SpreadsheetControl, use the Worksheet.SetSelectedShapes method of the worksheet object.