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

Overload

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