AdvancedFilter
Contents
[
Hide
]AdvancedFilter class
Represents the settings of advanced filter.
class AdvancedFilter;
Properties
Property | Type | Description |
---|---|---|
listRange | string | Readonly. Gets the list range of this advanced filter. |
criteriaRange | string | Readonly. Gets the criteria range of this advanced filter. |
copyToRange | string | Readonly. Gets the range where copying the resut of this advanced filter to. |
Methods
Method | Description |
---|---|
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;