RangeReference Object (JavaScript API for Excel)
Represents a string reference of the form SheetName!A1:B5, or a global or local named range.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| address | string | Represents the visible rows of the current range. | 1.2 |
See property access examples.
Relationships
None
Methods
None
Method Details
load(param: object)
Fills the proxy object created in JavaScript layer with property and object values specified in the parameter.
Syntax
object.load(param);
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| param | object | Optional. Accepts parameter and relationship names as delimited string or an array. Or, provide loadOption object. |
Returns
void