Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

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

C#
vb.net

Examples

C#
vb.net

Indexers

Name

Description

Item(Int32, Int32)

Represents a single cell in a Cells collection. Item is the indexer of the Cells collection, so Cells[0, 0] is equivalent to Cells.Item[0, 0].

Item(String)

Represents a single cell in a Cells collection. Item is the indexer of the Cells collection, so Cells["A1"] is equivalent to Cells.Item["A1"].
  • No labels