Returns a Cells collection that contains all cells in the worksheet.

public Cells Cells{ get; }
Public ReadOnly Property Cells() As Cells
Cells cls = ws.Cells;
Dim cls As Cells = ws.Cells