ReferredAreaCollection
ReferredAreaCollection class
Represents all referred cells and areas.
class ReferredAreaCollection;
Methods
| Method | Description |
|---|---|
| get(number) | |
| getCount() | @deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in. |
| isNull() | Checks whether the implementation object is null. |
get(number)
get(index: number) : ReferredArea;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number |
Returns
getCount()
@deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;