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

Description

Defines a rectangular Area of cells in the worksheet.

C#
vb.net

Parameters

firstRow
0-based first row of the area.
firstColumn
0-based first column of the area.
numRows
Number of rows in the area. Maximum: 65536.
numColumns
Number of columns in the area. Maximum: 256.

Returns

An Area object.

Examples

C#
vb.net
  • No labels