AdvancedFilter

AdvancedFilter class

Represents the settings of advanced filter.

class AdvancedFilter;

Properties

PropertyTypeDescription
listRangestringReadonly. Gets the list range of this advanced filter.
criteriaRangestringReadonly. Gets the criteria range of this advanced filter.
copyToRangestringReadonly. Gets the range where copying the resut of this advanced filter to.

Methods

MethodDescription
getListRange()@deprecated. Please use the ’listRange’ property instead. Gets the list range of this advanced filter.
getCriteriaRange()@deprecated. Please use the ‘criteriaRange’ property instead. Gets the criteria range of this advanced filter.
getCopyToRange()@deprecated. Please use the ‘copyToRange’ property instead. Gets the range where copying the resut of this advanced filter to.
isNull()Checks whether the implementation object is null.

listRange

Readonly. Gets the list range of this advanced filter.

listRange : string;

criteriaRange

Readonly. Gets the criteria range of this advanced filter.

criteriaRange : string;

copyToRange

Readonly. Gets the range where copying the resut of this advanced filter to.

copyToRange : string;

getListRange()

@deprecated. Please use the ’listRange’ property instead. Gets the list range of this advanced filter.

getListRange() : string;

getCriteriaRange()

@deprecated. Please use the ‘criteriaRange’ property instead. Gets the criteria range of this advanced filter.

getCriteriaRange() : string;

getCopyToRange()

@deprecated. Please use the ‘copyToRange’ property instead. Gets the range where copying the resut of this advanced filter to.

getCopyToRange() : string;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;