Excel for WPF and Silverlight
SelectedCells Property (XLSheet)

C1.WPF.Excel Namespace > XLSheet Class : SelectedCells Property
Gets an XLCellRangeCollection that contains the collection of cells that are selected on the sheet.
Syntax
'Declaration
 
Public ReadOnly Property SelectedCells As XLCellRangeCollection
public XLCellRangeCollection SelectedCells {get;}
Remarks
The collection has methods for inspecting, adding, or clearing merged ranges in a sheet. Each selected range is represented by an XLCellRange object.
See Also

Reference

XLSheet Class
XLSheet Members