ReferredAreaCollection

ReferredAreaCollection class

Represents all referred cells and areas.

class ReferredAreaCollection implements Iterable<ReferredArea>;

Methods

MethodDescription
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.

[Symbol.iterator](): Iterator<ReferredArea>

Returns an iterator over the items in the collection. Enables use of for...of, spread syntax, and Array.from().

get(number)

get(index: number) : ReferredArea;

Parameters:

ParameterTypeDescription
indexnumber

Returns

ReferredArea

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;