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

Description

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"].

C#
vb.net

Parameters

index
The index of the cell as a string

Returns

A Cell object representing the cell at the specified position.

Examples

C#
vb.net
  • No labels