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 3 Next »

Description

Returns the cell at the specified Excel-style reference. This property is an indexer for the Worksheet class.

C#
vb.net

Parameters

rowNumber
The Excel-style reference of the cell to retrieve.
columnNumber
The Excel-style reference of the cell to retrieve.

Returns

A Cell object representing the cell at the specified Excel-style reference.

Examples

C#
vb.net
  • No labels