Description
A Cells collection represents the set of cells in a worksheet.
C#
vb.net
Examples
C#
vb.net
Indexers
Name |
Description |
---|---|
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] . |
|
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"] . |