Description |
---|
Excerpt |
---|
Creates a Range of cells from an array of Areas. A |
Signature | ||||
---|---|---|---|---|
| ||||
public Range CreateNamedRange(Area[] rangeAreas, System.String rangeName) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Function CreateNamedRange(ByVal rangeAreas As Area(), ByVal rangeName As String) As Range |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
Array or Areas representing the range. |
Param | ||||
---|---|---|---|---|
| ||||
The name to assign to the range. |
Returns |
---|
A |
Remarks |
---|
Note that if a range named |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|