Description |
---|
Excerpt |
---|
Defines a rectangular Area of cells in the worksheet. |
Signature | ||||
---|---|---|---|---|
| ||||
public Area CreateArea(int firstRow, int firstColumn, int numRows, int numColumns) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Function CreateArea(ByVal firstRow As Integer, ByVal firstColumn As Integer, ByVal numRows As Integer, ByVal numColumns As Integer) As Area |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
0-based first row of the area. |
Param | ||||
---|---|---|---|---|
| ||||
0-based first column of the area. |
Param | ||||
---|---|---|---|---|
| ||||
Number of rows in the area. Maximum: 65536. |
Param | ||||
---|---|---|---|---|
| ||||
Number of columns in the area. Maximum: 256. |
Returns |
---|
An |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|