A Cells collection represents the set of cells in a worksheet.

[DefaultMember("Item")]
 public sealed class Cells
<DefaultMember("Item")> _
	Public NotInheritable Class Cells

          ExcelApplication xla = new ExcelApplication();
          Workbook wb = xla.Create();
          Worksheet ws = wb.Worksheets[0];
          Cells cls = ws.Cells;
        

          Dim xla As New ExcelApplication()
          Dim wb As Workbook = xla.Create()
          Dim ws As Worksheet = wb.Worksheets(0)
          Dim cls As Cells = ws.Cells
        

Name

Description

Item(Int32, Int32)

Item(String)