Gets an XLCellRangeCollection that contains the
collection of cells that are selected on the sheet.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public XLCellRangeCollection SelectedCells { get; } |
Visual Basic |
---|
Public ReadOnly Property SelectedCells As XLCellRangeCollection 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.