[]
        
(Showing Draft Content)

C1.Excel.XLSheet.SelectedCells

SelectedCells Property

SelectedCells

Gets an XLCellRangeCollection that contains the collection of cells that are selected on the sheet.

Declaration
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.