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
AnArea
object.
Examples
C#
vb.net