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

Description

Returns a cell within the specified area of cells.

C#
vb.net

Parameters

row
The cell's 0-based row number, relative to the first cell in the area. For example, for the area B4:E7, area[0,0] will return cell B4.
col
The cell's 0-based column number, relative to the first cell in the area. For example, for the area B4:E7, area[0,0] will return cell B4.

Returns

A Cell object representing the cell. If the cell is not within the specified area, an exception will be thrown.

Examples

C#
vb.net
  • No labels