Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class Cells
{signature}{signature:
}
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class Cells
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


          ExcelApplication xla = new ExcelApplication();
          Workbook wb = xla.Create();
          Worksheet ws = wb.Worksheets[0];
          Cells cls = ws.Cells;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          Dim xla As New ExcelApplication()
          Dim wb As Workbook = xla.Create()
          Dim ws As Worksheet = wb.Worksheets(0)
          Dim cls As Cells = ws.Cells
        
{code} {example} {indexers} ||Name||Description|| |[
Indexers

Name

Description

Item(Int32,

...

...

Excerpt Include
Cells.Item(Int32,

...

Int32)

...

Cells.Item(Int32,

...

Int32)

...

nopanel

...

...

Excerpt Include
Cells.Item(String)

...

Cells.Item(String)

...

nopanel

...

true
Scrollbar