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

Description

Returns the cell at a specified row and column position. This property is an indexer for the Worksheet class.

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