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 5 Current »

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

C#
vb.net

Parameters

rowNumber
The 0-based row number of the cell to retrieve.
columnNumber
The 0-based column number of the cell to retrieve.

Returns

A Cell object representing the cell at the specified position.

Examples

C#
vb.net
  • No labels