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

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